Hi,
I'm currently trying to setup my app to have a "review screen".
I found on forums & documentation that for IOS this is the way to go :
https://docs.unity3d.com/ScriptReference/iOS.Device.RequestStoreReview.html
But when I'm calling this on device nothing shows up.
I also tried what was suggested in this post :
using
#import
void requestReview()
{
[SKStoreReviewController requestReview];
}
https://forum.unity.com/threads/ios-native-review-api-plugin.478340/
But still nothing.
Am I missing something ? Is it normal that nothing shows up until the app is officially published ? If so, how can you know it's working beforehand ?
Thanks for the help!
↧