pushandplay / cordova-plugin-apprate

This plugin provide the "rate this app" functionality into your Cordova/Phonegap application
Apache License 2.0
299 stars 193 forks source link

Fix error in IOS 17 in method launchAppStore #328

Closed westonganger closed 9 months ago

westonganger commented 10 months ago

Solves #327 by wrapping the whole method in dispatch_async(dispatch_get_main_queue(), ^{ do_the_stuff });

Thanks to @jellomaster for suggesting the fix in the thread

jacobg commented 7 months ago

Thanks! Will a new release version of this plugin be published?

svt932 commented 4 months ago

Why not release it?

westonganger commented 4 months ago

v1.7.3 is now released with these changes