Elo!
So before I used to just make my own "rate game?"-popup in the game and use the browser to simple open up the app store review window by using the "itms-apps://itunes.apple.com.....?action=write-review".
Well, Apple won't approve apps with that approach anymore and they require new apps to use their SKStoreReviewController, and call requestReview() to bring up their own review window so the player does not have to leave the app.
Is there any way I could implement that in C3?
Found a feature request for this as well: construct3.ideas.aha.io/ideas/C3-I-648
it's quite important to collect as many rating as possible. :)