Skip to content

Android deep linking does not seem to be working properly in the Unity SDK v5.4.1 #342

@ShockRabbit

Description

@ShockRabbit

unity sdk version : 5.4.1

I noticed that Android deep linking does not seem to be working properly in the current version of the Unity SDK, specifically due to the deep linking code in the Android build script (AdjustEditorPreprocessor.cs).

According to the Android SDK documentation (https://dev.adjust.com/en/sdk/android/features/deep-links), both an Android app scheme and an intent-filter for App Links need to be configured. However, the intent-filter currently added by the Unity SDK appears to be using only web link configuration (Reference: https://developer.android.com/training/app-links).

To resolve the issue, I modified AdjustSettings to support setting an AndroidAppScheme, and updated the build script to generate two correct intent-filters accordingly.

Would it be possible to review and consider incorporating these changes into the official SDK? Let me know if you need any further details or the changes I made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions