coolerfall / Android-AppUninstallWatcher

[Deprecated]App uninstall watcher.
http://coolerfall.com/2015/03/25/android-app-uninstall-watcher/
Apache License 2.0
155 stars 51 forks source link

Not working on Simulator Android 6.0 #6

Open njt28 opened 8 years ago

njt28 commented 8 years ago

Thanks for your great lib,

But I don't see it works on simulator android 6.0.

Any help, please? Thanks

coolerfall commented 8 years ago

I didn't support x86, only arm. So you can test on a real phone.

njt28 commented 8 years ago

Thanks for reply,

I tried on a OnePlus phone with Android 6.0 but nothing happened.

I'm using gradle and this line of code in application

Watcher.run(this, "http://www.google.com", true);

coolerfall commented 8 years ago

How about other phones, this library does not support all the phones.

njt28 commented 8 years ago

Tried this one too, but same problem HTC Desire 610 540 x 960 pixels (~234 ppi pixel density) Android 4.4.2

Does it work on Android > 5.0 ?

coolerfall commented 8 years ago

It seems not work on Android > 5.0

njt28 commented 8 years ago

Ya... I'm looking for a workable solution on latest Android versions and found this

http://stackoverflow.com/questions/18692571/how-can-an-app-detect-that-its-going-to-be-uninstalled

not tried yet, but will let you know if It works.

Please, update your good lib if you fixed this issue. Thanks.

coolerfall commented 8 years ago

It will be nice if you make a pr.

prikshitg1 commented 8 years ago

@njt28 Were you able to get something working on Android>5.0 ?

njt28 commented 8 years ago

@prikshitg1 : use this repo.

https://github.com/cnzx219/android-uninstall-feedback

hoangvandan commented 7 years ago

@njt28 lib not working >5.0?

coolerfall commented 7 years ago

Not work.

hoangvandan commented 7 years ago

@Coolerfall how to fix?

coolerfall commented 7 years ago

I'm afraid I have no idea now.

hoangvandan commented 7 years ago

ok tkank