I am creating an iPhone app,in which AI have to update the location during significant change.For that I have used "[locationManager startMonitoringSignificantLocationChanges]". I have to update the location during the app is in background also.So I have given Required background Modes as "App registers for location update" in the info.plist . My doubt is: Is that necessary to give it in info.plist for background registration, when using startMonitoringSignificantLocationChanges?
If any body has idea then please help me... Thanks in advance