再殺掉app以後 刪除NSUserDefault存在本地的數據

這兩天在處理  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];

相關文章
相關標籤/搜索