AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
278 stars 198 forks source link

onelink set to the app home screen resolved with additional pathname '/af' #568

Open zrfikry opened 1 month ago

zrfikry commented 1 month ago

Report

Plugin Version

ℹ Please replace these two lines with the plugin version. via 6.12.2

On what Platform are you having the issue?

ℹ Please replace these two lines with the SDK version. iOS

What did you do?

ℹ Please replace these two lines with what you did.
opening an onelink with deeplink targeted to the app home screen

should be going to myapp:// but the SDK resolved to myapp://af (not happening in Android)

What did you expect to happen?

ℹ Please replace these two lines with what you expected to happen.
the deeplink target should not have additional path

What happened instead?

ℹ Please replace these two lines with of what happened instead.
the deeplink has an additional path af

Please provide any other relevant information.

ℹ Please replace these two lines with more information. e.g. The issue started when we upgraded the plugin to the latest version

af_dp value is myapp:// but the link attribute value is myapp:\/\/af