Closed mtsahakis closed 4 years ago
Switch to google play referrer library instead of broadcast receiver https://support.appsflyer.com/hc/en-us/articles/207032126-Android-SDK-integration-for-developers#integration-22-adding-android-install-referrer-to-your-app
When I use
I receive a warning in Android Studio "Exported receiver does not require permission"
If we add
android:permission="android.permission.INSTALL_PACKAGES"
The notification goes away. Can you verify if the SDK will then work as expected?