<receiver
android:name="com.appsflyer.SingleInstallBroadcastReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
I test my app on Galaxy S8+, Oreo 8.0.0 with referrerSender. There is something wrong, and it likes: enter image description here
It works well on another phone(Android 5.1.1)