-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch not working on iOS 11 #6
Comments
It appears that in iOS 11, Apple has disabled the URL format used by this plugin (and may other apps) to open the review section of the App Store page. See nicklockwood/iRate#302 |
…sible to directly open the review section. See #6.
Just published v2.0.1 which just opens the App Store page for the app on iOS 11, since it's no longer possible to directly open the review section. f another mechanism can be found to directly open the Review section on iOS 11, I'll re-open this issue and implement it. |
@dpa99c referring to your latest commit, it actually is possible to directly link to the review page on iOS 11. just attach &action=write-review to the the end of the url. This may work for the itms url also I haven't tried yet. https://itunes.apple.com/us/app/_app_name_/id_app_id_?mt=8&action=write-review |
That one supposedly breaks as soon as you change app name right? |
Just been doing some empirical testing on iOS 11 and it seems the country code and app name are required in the URL, but not actually used so they can be anything - only the ID needs to be correct for the target app. Also
where only {your_app_id} needs to change. This then works as @GitRubb describes, opening the "Write a Review" popup in the App Store page on iOS 11. I will push out a patch release to use this URL format on iOS 11+ |
Published as |
|
@zapjonny It works fine when I test it: see this screencapture |
@dpa99c Yes sorry I just found out a mistake on my part, I can confirm that the link works. Sorry for the trouble and thanks for this. I guess I will just carry on with this URL for iOS 11.0 for now... |
LaunchReview.launch(storeId) is not working anymore on iOS11.
It launches App Store App but then a message "Cannot Connect to App Store" is displayed.
The text was updated successfully, but these errors were encountered: