Issue
Possible Duplicate:
Launching application from a SMS message
launch an app from a link in an sms
Suppose I want to open myApp from sms. How can I open it from sms and also want to provide the data from sms to myApp.
Solution
You can register a URL scheme, try and follow this tutorial.
And be kind and register your handleOpenURL.
Answered By - El Developer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.