Reputation: 7990
I am implementing deep linking in my android app. In some scenarios I send SMS using twilio. However Twilio changes the link which are sent in SMS to tiny url which results in no deep linking as url scheme has changed.
Is there any way to force Twilio not to replace the links with tiny url with in the text message range (140 characters). Thanks
Upvotes: 1
Views: 1129
Reputation: 73055
Twilio developer evangelist here.
You can turn off automatic link shortening in your Account settings. Scroll to the bottom of the page and you will find the option.
]
Upvotes: 2