See the configuration section for the google maps cn1lib https://github.com/codenameone/codenameone-google-maps#configuration
There are some build hints that you need to add. In your case, you're missing the ios.afterFinishLaunching=[GMSServices provideAPIKey:@"YOUR_IOS_API_KEY"]; On Sun, Sep 23, 2018 at 11:50 PM, <[email protected]> wrote: > > Hi > > I am trying to compile your uber clone example, with the help of your > crashProtect method I have corrected several errors, but when trying to > open the map the app crashes in iOS and does not notify anything, debug in > Xcode and throws me this error : > > 'GMSServicesException', reason: 'Google Maps SDK for iOS must be > initialized via [GMSServices provideAPIKey: ...] prior to use' > > Investigating I found the following solution in Xcode but I do not know > how to implement it in CodenameOne > > in didFinishLaunchingWithOptions > GMSPlacesClient.provideAPIKey ("Your key") > GMSServices.provideAPIKey ("Your key") > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/ > group/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/codenameone-discussions/195d6691-d02c-4293-86a9- > 08452da1bbe4%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/195d6691-d02c-4293-86a9-08452da1bbe4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKUoyUSVsMGOv_srp8mfi%2BOCgYDp33YsKieLKo4e0ZfrwA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
