Git Product home page Git Product logo

Comments (9)

dpa99c avatar dpa99c commented on July 21, 2024 1

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.

from cordova-launch-review.

dpa99c avatar dpa99c commented on July 21, 2024

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

See also https://stackoverflow.com/a/45710637/777265

from cordova-launch-review.

GitRubb avatar GitRubb commented on July 21, 2024

@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

from cordova-launch-review.

zapjonny avatar zapjonny commented on July 21, 2024

That one supposedly breaks as soon as you change app name right?

from cordova-launch-review.

dpa99c avatar dpa99c commented on July 21, 2024

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 mt=8 is no longer required, so I've distilled it down to:

itms-apps://itunes.apple.com/xy/app/foo/id{your_app_id}?action=write-review

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+

from cordova-launch-review.

dpa99c avatar dpa99c commented on July 21, 2024

Published as [email protected]

from cordova-launch-review.

zapjonny avatar zapjonny commented on July 21, 2024

itms-apps://itunes.apple.com/xy/app/foo/id{your_app_id}?action=write-review

Tried it, didn't work on iOS 11.0. Still roots to app store though, but still gets the Can't connect to App Store:ish message. @dpa99c

from cordova-launch-review.

dpa99c avatar dpa99c commented on July 21, 2024

@zapjonny It works fine when I test it: see this screencapture

from cordova-launch-review.

zapjonny avatar zapjonny commented on July 21, 2024

@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...

from cordova-launch-review.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.