Twitter URLs link to Twitter iOS App?

Hello,

I want to have a button in my app that links to my Twitter page. However, is there any way to have the button link to the page inside of the Twitter iOS app (if it is installed) instead of having the phone go to Safari in order to view the page?

Thank you [import]uid: 47722 topic_id: 29093 reply_id: 329093[/import]

Unsure if this still works or not as it is from last year but I’d think it was worth a go; https://groups.google.com/forum/?fromgroups#!topic/twitter-development-talk/krlYt68AKZM

Let me know if that works, please - would be interested to hear results :slight_smile: [import]uid: 52491 topic_id: 29093 reply_id: 117040[/import]

I just typed “twitter://(some test string)” in Mobile Safari and it opened up my Twitter app. If we can get Corona to tell iOS to execute the URL, then you’re good to go. The only thing is I’m not sure how to test if Twitter is installed. [import]uid: 6084 topic_id: 29093 reply_id: 117043[/import]

The link that Peach gave works. However, since there doesn’t seem to be a way to test if the Twitter app is installed (and I found out that if it’s not installed the button doesn’t work at all), I decided to just use a web pop-up for this function. Hopefully, someone will find a way to test if the app is installed on the user’s device because I would really like to use this Twitter implementation in the future.

Thank you to everyone for all their help. Please let me know if there is a way to test if the Twitter app is installed on a user’s device. [import]uid: 47722 topic_id: 29093 reply_id: 118073[/import]