De4th69
De4th69
It will take some time to set up a working test project. In the meantime you can test my release version. Apparently Github doesn't accept .zip files even though it...
My intention was so that you can see it for yourself in Logcat, since I can't reproduce this issue when I debug the app. Only happens when I install it...
Ok, I've done some extensive digging on this issue. It seems that the meta-data file get stripped from the apk on installation. There was a bugfix for that in the...
`Note that a release build with debuggable enabled will be rejected in the play store.` Will it be rejected even if I only push it to interal testing? Not sure...
Thanks for your answers. I'm gonna test your suggestions and see what comes from it
Ok. So compiling and signing it with ProGuard enabled doesn't change the fact that the generated APK runs fine. So this is really some issue when it's uploaded to the...
Actually there's one more thing that confuses me Given this line from logcat `java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=0, result=-1, data=Intent` why is the request amount 0? it should request...
> Just wanted to clarify that ProGuard should be disabled unless you know what you're doing. ProGuard adds a layer of protection to your app against reverse engineering. It does...