Is it possible to detect Android app uninstall?

后端 未结 7 948
清酒与你
清酒与你 2020-11-22 11:18

My app is using Google\'s C2DM (push notification) to notify users about new activity from friends. Once they install the app I register the device with C2DM servers and sto

7条回答
  •  误落风尘
    2020-11-22 12:11

    I know only one way with server response 200 with "NotRegistered" message in body.

    NotRegistered — The registration_id is no longer valid, for example user has uninstalled the application or turned off notifications. Sender should stop sending messages to this device.

提交回复
热议问题