@@ -42,11 +42,13 @@ If using both Android & iOS, ensure **same addon interface version**.
4242 - Click `Download` → `Install`
4343 - Install to project root, `Ignore asset root` checked
4444 - Enable via **Project → Project Settings → Plugins**
45- - Ignore file conflict warnings when installing both versions
45+ - For iOS, also enable via the export settings
46+ - Ignore file conflict warnings for GDScript interface files when installing both versions
46472 . ** Manual**
4748 - Download release from GitHub
4849 - Unzip to project root
4950 - Enable via **Project → Project Settings → Plugins**
51+ - For iOS, also enable via the export settings
5052
5153---
5254
@@ -97,7 +99,7 @@ The demo app's only purpose is to provide sample code. Since the demo app is not
9799- ** Troubleshooting:**
98100 - View XCode logs while running the game for troubleshooting.
99101 - See [Godot iOS Export Troubleshooting](https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_ios.html#troubleshooting).
100- - ** Export settings:** Plugin must be enabled also in the export settings.
102+ - **Export settings:** Plugin must be enabled also in the export settings.
101103
102104---
103105
@@ -110,17 +112,15 @@ The demo app's only purpose is to provide sample code. Since the demo app is not
110112
111113---
112114
113- <a name =" all-plugins " >
114-
115115# <img src =" addon/icon.png " width =" 24 " > All Plugins
116116
117- | Plugin | Android | iOS |
118- | :---: | :--- | :--- |
119- | [ Notification Scheduler] ( https://github.com/godot-sdk-integrations/godot-notification-scheduler ) | ✅ | ✅ |
120- | [ Admob] ( https://github.com/godot-sdk-integrations/godot-admob ) | ✅ | ✅ |
121- | [ Deeplink] ( https://github.com/godot-sdk-integrations/godot-deeplink ) | ✅ | ✅ |
122- | [ Share] ( https://github.com/godot-sdk-integrations/godot-share ) | ✅ | ✅ |
123- | [ In-App Review] ( https://github.com/godot-sdk-integrations/godot-inapp-review ) | ✅ | ✅ |
117+ | Plugin | Android | iOS | Free | Open Source | License |
118+ | :--- | :---: | :---: | :---: | :---: | :---: |
119+ | [ Notification Scheduler] ( https://github.com/godot-sdk-integrations/godot-notification-scheduler ) | ✅ | ✅ | ✅ | ✅ | MIT |
120+ | [ Admob] ( https://github.com/godot-sdk-integrations/godot-admob ) | ✅ | ✅ | ✅ | ✅ | MIT |
121+ | [ Deeplink] ( https://github.com/godot-sdk-integrations/godot-deeplink ) | ✅ | ✅ | ✅ | ✅ | MIT |
122+ | [ Share] ( https://github.com/godot-sdk-integrations/godot-share ) | ✅ | ✅ | ✅ | ✅ | MIT |
123+ | [ In-App Review] ( https://github.com/godot-sdk-integrations/godot-inapp-review ) | ✅ | ✅ | ✅ | ✅ | MIT |
124124
125125---
126126
0 commit comments