In Unity can we send SMS at backend of our game without opening SMS Composer in the game and also not using Open Url Method??
1 Answer
1You can do this in Android with a Plugin. But you cannot in iOS.
In Unity can we send SMS at backend of our game without opening SMS Composer in the game and also not using Open Url Method??
You can do this in Android with a Plugin. But you cannot in iOS.
Not entirely sure, but I would imagine no. I would think sending an SMS is something that on the OS level is set to require the user to actively confirm.
– FatWednesday