tkporter / react-native-sms

SMS composer with callbacks for iOS and Android
248 stars 101 forks source link

SMS Callback: completed: false cancelled: falseerror: true #94

Closed orsaada closed 3 years ago

orsaada commented 3 years ago

hey, i run it and get this log: SMS Callback: completed: false cancelled: falseerror: true

what could be the problem? i followed the instructions

sarabm commented 3 years ago

For iOS make sure you are running on an actual device and not a simulator!

ajaymarathe commented 3 years ago

yes, i think so, it's look like ios simulator not supporting here :(

tkporter commented 3 years ago

As the others mentioned this is a limitation of the iOS simulator-- see https://stackoverflow.com/questions/9012393/testing-sms-in-the-ios-simulator

Closing for now