avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Where should <receiver android:name=".ReferrerReceiver"> be placed? #160

Open simplenotezy opened 1 year ago

simplenotezy commented 1 year ago

In our recent android update our app was no longer usable after following the instructions here: https://simonmarquis.github.io/Android-App-Linking/#referrer-receiver

The app would install, but would be unable to be found on Android users phone.

It's not clear from the documentation where exactly this part should be placed, and it's not in the example project either.

Also, I am not sure how to actually grab the referrer using uni_links.

Any info on this?