godotengine / godot-ios-plugins

MIT License
126 stars 48 forks source link

Support StoreKit `request_review` #14

Open nathanfranke opened 3 years ago

nathanfranke commented 3 years ago

I think this was hinted at in #9 and implemented in https://github.com/Valeryn4/Godot-IOS-Services-Extend-Module/blob/master/iosservicesextend/ios/src/SKExtend.mm

Documentation: https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

CC @Valeryn4 since they might know more about this than me.