Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delegate Method when Deleting App

is there a delegate method in iOS when an application is about to be remove? I'm trying to send to server that the device will no longer receive notification.

like image 892
Vincent Bacalso Avatar asked Oct 27 '11 05:10

Vincent Bacalso


1 Answers

No. There is no delegate method which fires when the app is being deleted.

like image 50
sElanthiraiyan Avatar answered Sep 30 '22 16:09

sElanthiraiyan