ios restore state for google maps sdk GMSMapsView -
I have developed an ios7 application with SWRevealViewController which is special for saving and restoring states (see :). Now my app has returned to the state where I left it - very good so far The problem is that I have a Google Map integrated in one of my sub controllers and when I leave the app with the map on the screen, then I crash it while restarting so all other screens are fine but Maps app crashes app with GMSMapView. It crashes 3 times and later starts with the rootview controller. Any ideas?!?
Cheers Frederick
After I have struggled a lot things I solved I came back to ... Well after all stupid - I forgot to initialize when Google Maps API key:
- (BOOL) Application: (UIApplication *) Application WillFinishLaunchingWithOptions: (NSDRIATION *) Launch Option {{GMSAservicePPI: @ "xxx"]; } : (->>)
Comments
Post a Comment