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 AndroidLimitations:
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 stepsFunctions:
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