I want to create an invite system in Unity, but I need a way to invite a friend via SMS ( as to send a link) . Is there support for this, first of all, and second, how do I go about this?
You can get the contact list using Retrieving a list of contacts And then extract mobile numbers from it and send SMS using
SmsManager