Skip to main content

Integrating Google Maps (if using cabs)

If using Cabs then the following needs to be done

Add below frameworks into the partner app project directory,

Third party frameworks  : [ enable Google Maps] -  First Google maps framework needs to be downloaded from https://prodnucleistorage.blob.core.windows.net/nuclei-ios-build/Google%20Maps%20.zip

Then all the three frameworks  - 

  1. GoogleMaps.framework 
  2. GoogleMapsCore.framework 
  3. GoogleMapsBase.framework

They must copied and pasted in the main folder of the project directory.

All these frameworks must be added in the general tab  -> Frameworks, libraries and embedded content of the client project.

Then GoogleMaps.bundle needs to be added in the project. For this we need to go to

Build Phases  -> copy bundle resources -> Add other -> Project location -> select GoogleMaps.framework  - > Resources -> Select GoogleMaps.bundle -> Click open -> Copy items if needed must be selected. 

For reference screenshot is attached.