Skip to content

Frequently Asked Questions

Matt Coneybeare edited this page Sep 25, 2013 · 1 revision

--

Did you know that setting opensInStoreKit to yes does allow opening StoreKit within the app, but the function to write a review is disabled?

Yes. We mention this in the README and that is part of the reason why opensInStoreKit defaults to NO. Apple has not disclosed whether this is a permanent change.

--

I want to reset the counters when a new app version is installed for the user, does the setTracksNewVersions property do this?

The setTracksNewVersions indeed does this, and it's default value is YES so UAAppReviewManager does this automatically by default.

--

If I haven't used Appirater, it seems like I can comment out migrateAppiraterKeysIfNecessary?

You can, but you don't need to. The computational cost is negligible and it only runs once.

Clone this wiki locally