Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect if (current) app is deleted in iOS?

Can I know if a user that have downloaded the app i have developed, deletes it? How to place a tag, or request that when the app gets deleted I get a call to my server?

thanks!

like image 216
manuelBetancurt Avatar asked Apr 11 '12 03:04

manuelBetancurt


People also ask

Is it possible to detect iOS app uninstall?

Yes, you can detect when iOS users uninstall your app using the Device Info API and Device Presence API (for bulk detection), by checking for the presence of the uninstalled parameter returned by both APIs.

How do you know if an app is uninstalled?

Open the Google Play app on your Android phone or tablet, and tap on the menu button (the three lines that show up in the upper left corner). When the menu is revealed, tap on "My apps & games." Next, tap on the "All" button, and that's it: you'll be able to check all your apps & games, both uninstalled, and installed.

How can I tell the last time an app was deleted?

To filter my recently deleted applications, tap on Name in the upper right. Tap Recently Added. This will filter the most recently deleted applications associated with your Google account. To add the app back to your device, tap the box to the right of the app and tap the Download icon in the upper right-hand corner.

When app is killed iOS?

It varies per device, and is tighter on older devices. Prior to iPhone 6s, this limit is around 200 MB max, but after 6S, it grows higher. When this limit is exceeded, your app will be killed immediately. “jetsam” is what's known as a “Memory Pressure Exit”, and is the most common type of app termination.


1 Answers

There is no defined notification when an application is deleted. If you must talk to a server, suspend inactive accounts after a predefined time limit.

like image 91
CodaFi Avatar answered Sep 26 '22 19:09

CodaFi