lschmierer / android_play_install_referrer

A Flutter plugin for the Android Play Install Referrer API.
BSD 2-Clause "Simplified" License
21 stars 21 forks source link

is there any way to handle this function on ios devices #30

Closed muhammadCodeSh closed 1 year ago

muhammadCodeSh commented 1 year ago

I don't know anything about ios but I tried to find a resource for ios developers to handle referrer link in ios devices, please check this link https://medium.com/mobile-app-development-publication/how-to-get-the-referrer-url-for-ios-and-android-995f7cc84dd1 I think if you are an ios developer you can connect this plugin also to ios.

lschmierer commented 1 year ago

The article is about "deep linking" which this package is not about. Deep Links work on Android and on iOS. This package is about tracking information though App installs through Play Store.

Deep Linking (supported on iOS; but has nothing to do with this package)

App ist already installed

Click http://example.or?info=xy -> Start App with information "xy"

Install Referrer (not supported on iOS; what this package is about)

App ist NOT installed

Click http://example.or?info=xy -> Open App Store & install App -> Start App with information "xy"