AppRating icon indicating copy to clipboard operation
AppRating copied to clipboard

Review URL seems not to be working anymore

Open tenshiAMD opened this issue 1 year ago • 0 comments

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

tenshiAMD avatar Dec 06 '23 21:12 tenshiAMD