Is there a way to prompt users for in-app reviews for both IOS and Android?
1 Like
Yes, both iOS and Android provide mechanisms for prompting users to leave reviews for your mobile app within the app itself.
Apple introduced SKStoreReviewController
for iOS 10.3 and later, which allows you to prompt users for reviews directly from within your app. It’s a simple API to use.
I hope, You have got your answer.
Let me know if you have any question further
Best Regards
Swishtag - Shopify Development company in New York
@Hills90210
Doesn’t this solution leave the app? I am also looking for an app rating directly in the app without the user being redirected to the app store.
@mDavidMichael
Google has an implementation guide here.
But only for
Kotlin or Java
Native (C++)
Unity
how do I do this if I use Ionic with Angular?