poingstudios / godot-admob-ios

Godot's AdMob Plugin for iOS with support for Mediations.
https://poingstudios.github.io/godot-admob-plugin/
MIT License
89 stars 14 forks source link

[FEATURE] Change `GADApplicationIdentifier` on `.gdip` file to `string_input` type #25

Closed gumaciel closed 1 year ago

gumaciel commented 1 year ago

Is your feature request related to a problem? Please describe. Every time the user needs to change the GADApplicationIdentifier, he needs to open the .gdip file or the .plist file of the exported project

https://github.com/Poing-Studios/godot-admob-ios/blob/master/plugin/admob/config/admob.gdip

Describe the solution you'd like Change GADApplicationIdentifier on .gdip file to string_input type, so the user will be able to change this value without openning the .gdip file or .plist file

Describe alternatives you've considered

Additional context It would be a good Android to do this, but it's currently not possible due to limitations of exporting Godot's Android plugin