這兩天在處理 app退出後刪除本地數據 在appDelegate裏的這個函數裏設置發現進不去app
- (void)applicationWillTerminate:(UIApplication*)application {函數
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.rem
}io
後來查找了一些自料數據
要在main.m文件中設置就OK了di
例如:文件
[[NSUserDefaultsvi
standardUserDefaults]removeObjectForKey:@"DeviceToBle"];sync
[[NSUserDefaultsdata
standardUserDefaults]synchronize];