I have a problem with launching my app from url in sms.
When I open my safary and type "myapp://" it opens my application, but somehow iphone sms parser can't recognize my url in the body of the message.
I tried:
myapp://something
myapp:something
<myapp://something>
and still the URL in sms message is not clickable.
I have configured the URL identifier and scheme (because it works through safari).