iPhone 5s / iOS 9 / Twitter installed
[test code]
if not system.openURL( “twitter://user?screen_name=CoronaLabs” ) then
– why failed??
end
iPhone 5s / iOS 9 / Twitter installed
[test code]
if not system.openURL( “twitter://user?screen_name=CoronaLabs” ) then
– why failed??
end
Is that a copy/paste of your actual code? If so, you’re missing a quote.
Are you using Corona SDK to build your app or Corona Enterprise?
Regardless you have to add support for the URL Scheme to your build.settings for SDK use, or to your Info.plist for Enterprise use. This thread (though about Facebook) should help guide you: https://forums.coronalabs.com/topic/61766-cant-open-facebook-url-page/?hl=facebook
Rob
Could you check my test code?
succeeded or not?
Are you building with Corona SDK or Corona Enterprise?
Thanks Rob!
Solved this problem
LSApplicationQueriesSchemes <- worked!!
Is that a copy/paste of your actual code? If so, you’re missing a quote.
Are you using Corona SDK to build your app or Corona Enterprise?
Regardless you have to add support for the URL Scheme to your build.settings for SDK use, or to your Info.plist for Enterprise use. This thread (though about Facebook) should help guide you: https://forums.coronalabs.com/topic/61766-cant-open-facebook-url-page/?hl=facebook
Rob
Could you check my test code?
succeeded or not?
Are you building with Corona SDK or Corona Enterprise?
Thanks Rob!
Solved this problem
LSApplicationQueriesSchemes <- worked!!