Hello guys,
I decided to use the EXCELLENT GGrating module for my current app. The module works great and ask for a review but it does not seems to find the app on the apple store. I think it comes from this line in the GGrating code:
if self.market == GGRating.Market.Apple then
system.openURL( “itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=” … self.appID )
I think it may have changed with IOS 7. I usually use the “native.showPopup(“appStore”, optionsRating)” but this time I wanted to request a review after every 5 gameplays.
Anybody has the same issue with GGRating or who know what the URL we need to use now?
Thanks!
Mo