skstorereviewcontroller Questions
4
Starting iOS 10.3, Apple is limiting the review prompt (Rate This App) to 3 times a year and it can be turned off in the user's settings.
Q: How do we detect that the 3 times limit has reached or ...
Yoshieyoshiko asked 1/3, 2017 at 13:49
6
I have seen some answer but not satisfied with them and got some idea, but don't know how to use it properly, so that it will execute in proper way, though i think it should be used in App delegate...
Giese asked 3/4, 2017 at 5:42
2
Solved
If you want to request a review of your app you can use SKStoreReviewController on IOS. But i can't seem to find an equivalent for Android. Does it exist? Or do i need to add a custom implementatio...
Orthoscope asked 18/9, 2017 at 11:28
2
Solved
If the review popup initiated from a view controller shows up, there isn't a way to switch the window focus back to the view controller when the popup is dismissed due to lack of callback function ...
Tarmac asked 2/1, 2019 at 15:19
1
Solved
I would like to show the following popup:
"Are you enjoying the App?"
If yes - then show the inbuilt Apple's review request via SKStoreReviewController.requestReview()
If no - then re-direct the ...
Castrate asked 4/12, 2019 at 19:25
1
Is there any way to alter the colors/tint of an SKStoreKitReviewController? When I am modifying my apps to support DarkMode, when in dark mode, the presented viewController does not look good.
Alane asked 2/9, 2019 at 22:14
2
I understand that when we call SKStoreReviewController.requestReview(), Apple decides whether to show a review prompt based on a variety of factors. What I'm curious about is the minimum time betwe...
Phosphorescence asked 12/1, 2018 at 15:3
2
Solved
My swift iOS app has an active textfield with keyboard showing.
Everytime user taps the return key on keyboard, I call
SKStoreReviewController.requestReview()
This may sound excessive but once t...
Unprecedented asked 9/9, 2017 at 15:34
2
Solved
TL;DR: Is there some way on iOS to detect the presence/display of the Storekit App Rating dialog added in iOS 10.3?
I've recently added support for the new app rating dialog to my apps using:
[SK...
Uppercase asked 2/5, 2017 at 18:49
1
My App does not actively prompt the user to rate the app on the App Store, it only includes a "Rate this app" page in the app settings. So the user has access the page manually and only after he ta...
Regelation asked 15/8, 2017 at 15:15
0
I tried calling SKStoreReviewController.requestReview() in my iMessage extension, but it never shows the UI. I know the system controls whether or not this appears, but based on the documentation (...
Jerol asked 6/11, 2017 at 19:45
2
Solved
I used SKStoreReviewController.requestReview() in my app but Rate app popup is not showing in test Flight build.
if #available(iOS 10.3, *) {
SKStoreReviewController.requestReview()
}
In devel...
Obie asked 16/10, 2017 at 12:38
3
Solved
Why is "SKStoreReviewController's" send button is greyed out and doesn't respond on touch?
Maybe it's related to that I am in DEBUG mode?
Sesquiplane asked 28/3, 2017 at 15:31
1
My intention is to either display the SKStoreReviewController (If applicable) or display my own feedback controller and redirect the user to the App Store. By doing this I can avoid asking the us...
Conciliatory asked 7/4, 2017 at 0:55
2
Solved
I succeeded implementing the SKStoreReviewController. But when the prompt comes up, the "Submit" button is grey & disabled.
I thought it was because I was in debug mode, but when I ship the...
Presidio asked 12/7, 2017 at 12:15
2
Solved
I've added the following to my AppDelegate and imported StoreKit. The review modal pops up on launch as expected. My question is, am I the person in charge of the frequency that this gets called or...
Groenendael asked 28/3, 2017 at 11:28
2
I'm taking a look at the new requestReview() API that uses SKStoreReviewController. The documents state:
"Although you should call this method when it makes sense in the user experience flow of yo...
Fancie asked 1/2, 2017 at 9:24
1
© 2022 - 2024 — McMap. All rights reserved.