删除App时的委托方法
当应用程序即将被删除时,iOS 中是否有委托方法? 我正在尝试向服务器发送设备将不再接收通知的消息。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。删除应用程序时不会触发委托方法。
No. There is no delegate method which fires when the app is being deleted.