dpa99c / cordova-launch-review

Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores
71 stars 26 forks source link

What for the native code? #3

Closed pke closed 7 years ago

pke commented 7 years ago

I wonder why you decided to implement the store calls in native code? Wouldn't document.location.href="market://details?id=appId do the same? Similar for iOS. The only native function would be the new in-app review.

I try to understand the historical reason. Maybe this was not possible 2 years ago to just launch the store URLs from script?

dpa99c commented 7 years ago

There was a reason. Can't remember that it was :-) I think I tried just JS to launch it, and it didn't work. Or something.