Hello.
I'm trying to catch inside the app the string passed in the URL from Google Play.
The receiving Service_Start never has a valid Intent.
Looking at the Log without filtering I can see:
Permission Denial: receiving Intent { act=com.android.vending.INSTALL_REFERRER flg=0x10 } to ProcessRecord{2e354747 10869:com.Wardian/u0a113} (pid=10869, uid=10113) requires due to sender com.Wardian (uid 10113)
It seems that something is wrong with the permissions.
I have tried using the BradcastReceive library that doesn't need entries in the manifest https://www.b4x.com/android/forum/threads/broadcastreceiver.12493/) and the "standard" approach in (https://www.b4x.com/android/wiki/index.php/Intent)
Could anyone be that kind to post a working example ?
Thank You !!
I'm trying to catch inside the app the string passed in the URL from Google Play.
The receiving Service_Start never has a valid Intent.
Looking at the Log without filtering I can see:
Permission Denial: receiving Intent { act=com.android.vending.INSTALL_REFERRER flg=0x10 } to ProcessRecord{2e354747 10869:com.Wardian/u0a113} (pid=10869, uid=10113) requires due to sender com.Wardian (uid 10113)
It seems that something is wrong with the permissions.
I have tried using the BradcastReceive library that doesn't need entries in the manifest https://www.b4x.com/android/forum/threads/broadcastreceiver.12493/) and the "standard" approach in (https://www.b4x.com/android/wiki/index.php/Intent)
Could anyone be that kind to post a working example ?
Thank You !!