Using Linking to SMS URI scheme on Android 9

Hello.

I’m using Linking to open SMS app and prefill user’s message.

Linking.openURL('sms:123;?&body=abc')

This works on iOS and Android, except Android 9 (it actually worked but stopped with some recent update - maybe to Messages app).

I tried different formats (sms:123;?body=, sms:123;&body=, sms:123?&body=, etc.) but nothing prefills the message body. Does anyone encountered same issue? Is there any other way to accomplish this using Linking API?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.