godot-ios-plugins
godot-ios-plugins copied to clipboard
Hey, I want to give the players rewards based on the players rank in a leaderboard, more specific I would need to get this info of the submitted score: https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/GameKit_Guide/Achievements/Achievements.html#//apple_ref/doc/uid/TP40008304-CH7-SW30...
preparing for godot 3.5 Removed unused include. Removed not working include. (core/platform) Add optional flag "sdk_version", set minimum sdk version target Add support for tvOS. Still being tested... example ```...
Hello, First of all this is not an issue, the plugin works as expected. I have a doubt though. Is it possible to change the camera focus ? Or enable...
Hello there, I try to use the GameCenter Plugin, but it not works. I use this piece of code: ```gdscript if Engine.has_singleton("GameCenter"): print("Gamecenter aktiv") game_center = Engine.get_singleton("GameCenter") var login =...
I'm trying to build a basic app using the [ARKit Plugin](https://github.com/godotengine/godot-ios-plugins/tree/master/plugins/arkit) As a starting point I pulled down the [example project](https://github.com/BastiaanOlij/godot3_test_projects/tree/master/ARKit) and started it up. The camera turns on and...
I've been trying to debug and get through this myself, but am at the point of needing some assistance. I'm using the `InAppStore` plugin to make In-App Purchases in one...
I wrote a plugin now that allows access to iOS native api `UIImpactFeedbackGenerator` (*nicer haptics than regular vibration*). I was wondering whether this might be something worth adding to the...
This would fall under 'enhancement'. Right now there is no way to receive/process refund notifications. This would allow an easy way for devs to make any changes in the event...
When I call` restore_purchases()`, polling on `pop_pending_event()` returns an event with type=`purchase `instead of type=`restore`.
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.