Skip to main content

Questions tagged [rich-communications-services]

The tag has no usage guidance.

rich-communications-services
0 votes
0 answers
54 views

Permission Denied while sending RCS message to Test User

I am looking for a method by which I could send an RCS (Rich communication service) on test devices using the CURL from my systems, while i am using a test device to achieve the same, below are the ...
Mohit's user avatar
  • 156
0 votes
0 answers
98 views

RCS Business Messaging API. User initated conversations

With RCS Business Messaging API, I understand that I can send messages via API, and that I can answer users messages. But can a user initiate a new conversation, with a business that use RCS Business ...
Anders Den's user avatar
7 votes
0 answers
1k views

How to send & receive RCS (Rich Communication Services) Messages from Android app?

Google is promoting and using RCS in its messaging app. As a consequence, it would be good (mandatory ?) for third party SMS apps to support RCS. I have developed an SMS app in which I sometimes '...
Pascal's user avatar
  • 16.2k
0 votes
0 answers
58 views

Which data from Telephony.Mms.Part indicates a reaction?

Querying the MMS parts database on Android will give MMS message bodies like '❤️ to "hello"' for reactions. How can one know if these are true reactions or if someone typed that out? Looked ...
Avilio's user avatar
  • 591
1 vote
0 answers
1k views

how to use RCS messages to send text messages

I want to send Google RCS Messages to phones using Google RCS Messaging. I have setup an RCS agent.Now I want to send automated text messages from my PHP code to specified phonenumbers. I have the ...
Tanzeem's user avatar
  • 99
0 votes
0 answers
510 views

I need to retrieve RCS messages on samsung phone

I am using this code below to grab MMS. I read in other places that RCS was held here on my samsung galaxy phone. However, My code is not grabbing the RCS messages. It only appears to be grabbing the ...
Sonny's user avatar
  • 1
3 votes
1 answer
5k views

How to retrieve RCS messages from Android Devices

How do i retreive RCS messages in android. I can retreive SMS/MMS using contentproviders, is there any URI for RCS messaging availlable for android? I found that my device has this contentprovider ...
Toufiq Akbar's user avatar
1 vote
1 answer
1k views

Is it currently possible to read the inbox of RCS messages?

i'am currently developing a Flutter application for Android, and i found myself in need of reading RCS messages received through Google Messages. I have already spent some time searching for an answer ...
Jindrich Kovalcik's user avatar
0 votes
0 answers
308 views

is RCS permission in Android still signature level in 2020 ? (samsung/google) [duplicate]

I'm trying read text message from Android RCS Message Apps (Google / Samsung) What I was trying set permission concerned with rcs com.samsung.rcs.im.READ_PERMISSION (samsung galaxy series) com.gsma....
boss0430's user avatar
3 votes
0 answers
279 views

Content Observer for RCS/ "Advanced messaging" type messages [duplicate]

As the title reads, I'm trying to figure out a way to also read RCS(Rich Communication Service) type OUTGOING messages. I currently have SMS outgoing messages logged but when it comes to a ...
Unforgiven52's user avatar
0 votes
0 answers
64 views

Displaying contact name upon SMS or IP voice call, after (Android) phone has been rebooted

We are developing an SMS and RCS (Rich Commmunications Services) app. The phone can be in two modes (after reboot): - Direct Boot (for 7.0) - and for non Direct Boot mode (pre 7.0) Two possible ...
ikevin8me's user avatar
  • 4,303
1 vote
1 answer
1k views

How does SMS work (with Android devices)?

We are working on a app based on Google's Rich Messaging Platform (RCS) and I'd like to ask some specific questions pertaining to how SMS is delivered into Android devices. Questions for the matter ...
ikevin8me's user avatar
  • 4,303
0 votes
1 answer
1k views

Android: RCS ContentObserver permissions on Galaxy devices

I am working on an Android application that registers a ContentObserver to listen for MMS and SMS messages. I am looking into doing the same for RCS so that the same functionality can be provided on ...
jbr000's user avatar
  • 431
1 vote
1 answer
374 views

How RCS can be used with botframework

We do some bot development for channels like Skype, Messenger etc. The framework we use is https://dev.botframework.com/. We were trying to figure out how RCS can be used as channel for bots? Any ...
Zameer Ansari's user avatar