Unity ios rate us plugin.
This plugin use
- appirater iOS plugin for backend
- xcodeapi editor tools to modify xcode project to include localization files and StoreKit.framework framework.
Starting from 10.3 version this plugin will show native dialogue, prior that version it's a manual popup which support most of the languages.
prior to 10.3 version | 10.3+ versions |
---|---|
Download and import latest release in to your project
On application start you must call following method
Appirater.Init(AppId, DaysUntilPrompt, UsesUntilPrompt,
SignificantEventsUntilPrompt, TimeBeforeReminding, Debug)
And on significant event call
Appirater.DidSignificantEvent
for more details please read origina appirater documentation
If you move plugin to another location like
from Appirater/iOS
to 3DParty/Appirater/iOS
you must change PluginHome value at PostProcess.cs
script also.
project built on Unity 5.6.3 version
if you have any questions please use official forum