ios - How to open iTunes link with ionic inappbrowser? -
so using following code try , open app inside ionic app.
$cordovainappbrowser.open('itms-apps://itunes.apple.com/us/app/pages/id333903271?mt=8', '_system', 'location=yes'); i trying on ipad air2 simulator , no matter cannot happen, not url not found nothing, no app opens. have console logs above , below know event firing , no errors happening. note if change url google play link , build android works fine. ideas on going on?
issue in how calling event, whatever reason when switching string double quotes worked on single quotes. plugin must specific.
Comments
Post a Comment