matomo-sdk-android
matomo-sdk-android copied to clipboard
Switch install referrer tracking to new AIDL based API
Thanks to @Tolriq for the heads up.
The broadcast method will stop working on 01.03.2020.
https://android-developers.googleblog.com/2019/11/still-using-installbroadcast-switch-to.html
I may look into it next year, but since it seems that the Google library is closed source, it should probably be proposed as an optional module.
Not sure direct AIDL code is worth it, specially when, for example, they now will prevent Play Billing direct AIDL usage to force their libraries.
After a quick look, that Google library currently adds some insane permissions and in all cases require a new permission even from AIDL.
I do not care enough about the provided data to work on it sorry :( But in all case if anyone does it I highly recommend that it's made as an optional module as closed source + permission.
BTW @d4rken anyway to have a new official release with my patches so I can stop managing a custom aar? :)
Sorry for the late reply, busy :sweat_smile:. You mean the patches from December? Yeah I can make a release for that (hopefully) later today.
Hi everybody, is this problem solved?
Not solved, ticket still open ;).