grizzly / AppRating

AppRating - iOS App Rating for Swift 5
https://cocoapods.org/pods/AppRating
MIT License
67 stars 15 forks source link

Review URL seems not to be working anymore #19

Open tenshiAMD opened 10 months ago

tenshiAMD commented 10 months ago

Upon disabling SKStoreReviewController by using AppRating.manager.useSKStoreReviewController = false in which I noticed the review uRL seems not to be working anymore.

Currently, this package is using this format https://itunes.apple.com/app/idAPP_ID?action=write-review however I found out it is not working anymore then I tried other links like below:

https://apps.apple.com/us/app/clash-of-clans/id529479190?action=write-review

I think the valid format now should be https://apps.apple.com/<ANY_COUNTRY_CODE/app/<ANY_NAME>/id<APP_ID>?action=write-review.

[UPDATE]

Also, found out that country code can be optional.

https://apps.apple.com/app/<ANY_NAME>/id<APP_ID>?action=write-review