Closed c0sm1cdus7 closed 2 years ago
Hey everyone I came across an error on the cordova.plugins.AppReview.openStoreScreen(); function running on iOS.
cordova.plugins.AppReview.openStoreScreen();
Upon calling it i get an error saying Can't get trackId.
Can't get trackId
I also tried calling cordova.plugins.AppReview.openStoreScreen(PACKAGE_NAME); but got the same result.
cordova.plugins.AppReview.openStoreScreen(PACKAGE_NAME);
Anyone came across this and managed to solve it?
So what's the solution? :)
I'll answer this myself. It will show this error until the application is published to App Store.
Hey everyone I came across an error on the
cordova.plugins.AppReview.openStoreScreen();
function running on iOS.Upon calling it i get an error saying
Can't get trackId
.I also tried calling
cordova.plugins.AppReview.openStoreScreen(PACKAGE_NAME);
but got the same result.Anyone came across this and managed to solve it?