Review Pop Up Plugin

This plugin allows you show the new review pop up found in iOS and Android

Platforms:

this plugin only works with iOS 10.3+ and Android

Limitations:

On iOS during development .show() will always show pop up but this will not happen on release, on Android to test you need to follow these steps

Functions:

reviewPopUp.init(listener, testMode)

listener(function) return event.status. On iOS event.status "ready" is returned after init is called. On Android event.status = "error" or "ready"

testMode(boolean) to use the FakeReviewManager and to test, read more here

reviewPopUp.show()

-- On Android "ready" status must returned with init

Build Settings:

Helpful Links:

Get Plugin

Example

Support