I have written code in -(void)applicationWillEnterForeground:(UIApplication *)application , but my application is not detecting the change made in the settings bundle, new settings work when application restarts, someone please help me how to make changes in application’s settings while application is running
I have written code in -(void)applicationWillEnterForeground:(UIApplication *)application , but my application is not detecting
Share
Try to
-(BOOL)synchronize;theNSUserDefaults.