react-native-sms
react-native-sms copied to clipboard
[Android] Not being redirected back to app after sending an SMS
After successfully sending an sms, I'm currently not being automatically redirected to my app. For that, I have to push the back button. Surely this is something that should be built-in to this library, is it not?
If so, how to implement?
(I am testing on Samsung Galaxy S8)
Hi,
Did you tried with the android permission READ_SMS and without the option allowAndroidSendWithoutReadPermission ?
Hi,
Did you tried with the android permission READ_SMS and without the option allowAndroidSendWithoutReadPermission ?
Unfortunately, our app doesn't qualify as a default texting/calling app, so we can't use the READ_SMS permission.
Is there any to redirect back to the main app once a message is sent in the event that the READ_SMS permission is not enabled?
Hey @smangat2017 did you find any solution for this?
Unfortunately not @brunodlabs!
i have a similar problem, when i send sms the app is minimized, tried with the android permission READ_SMS and without the option allowAndroidSendWithoutReadPermission but it did not helpful