我想在卸载时清理Mobile中保存的用户AuthData.使用AsyncStorage保存AuthData. 是否有任何机制可以在ReactNative中检测App Uninstall 似乎不可能,特别是如果您的应用程序在卸载时没有运行.但是,似乎
是否有任何机制可以在ReactNative中检测App Uninstall 似乎不可能,特别是如果您的应用程序在卸载时没有运行.但是,似乎有几种方法可以采取,但两种方法都不完美.
>如果您的应用正在运行,您可以收听UIApplicationWillTerminateNotification(请参阅Detect iOS application about to delete?)
>使用推送通知反馈服务(见Delegate Method when Deleting App)