cengiz-pz / godot-android-deeplink-plugin

Enables application deep link functionality for Android apps
MIT License
9 stars 1 forks source link

Deeplink Plugin

Deeplink plugin allows processing of Android application links that enable direct navigation to requested app content.

For iOS version, visit https://github.com/cengiz-pz/godot-ios-deeplink-plugin .

Prerequisites

Follow instructions on the following page to create a custom Android gradle build

Follow instructions on the following page to associate your Godot app with your website:

Installation

There are 2 ways to install the Deeplink plugin into your project:

Installing via AssetLib

Steps:

Installing manually

Steps:

Usage

Testing

adb shell command can be used to simulate app links as follows:

Android Export

Troubleshooting

Unhandled Deeplinks

If your game is not handling your deeplinks, then make sure to revisit the Android Export and Prerequisites sections.

ADB logcat

adb logcat is one of the best tools for troubleshooting unexpected behavior

Also check out: https://docs.godotengine.org/en/stable/tutorials/platform/android/android_plugin.html#troubleshooting



Credits

Developed by Cengiz

Original repository: Godot Android Deeplink Plugin





All Plugins

Plugin Android iOS
Notification Scheduler https://github.com/cengiz-pz/godot-android-notification-scheduler-plugin https://github.com/cengiz-pz/godot-ios-notification-scheduler-plugin
Admob https://github.com/cengiz-pz/godot-android-admob-plugin https://github.com/cengiz-pz/godot-ios-admob-plugin
Deeplink https://github.com/cengiz-pz/godot-android-deeplink-plugin https://github.com/cengiz-pz/godot-ios-deeplink-plugin
Share https://github.com/cengiz-pz/godot-android-share-plugin https://github.com/cengiz-pz/godot-ios-share-plugin
In-App Review https://github.com/cengiz-pz/godot-android-inapp-review-plugin https://github.com/cengiz-pz/godot-ios-inapp-review-plugin