I have a question. I have downloaded google's latest SDK for ios from https://developers.google.com/maps/documentation/ios/start
It is a whopping 64MB file.
According to the instruction on the page itself, it says i have to include the GoogleMaps.framework inside my project and copy files if needed.
However, does it mean that the while file GoogleMaps.frameworl (64MB) will be included inside the bundle file when I submit my project online?
If not what is the exact way to do it?
Thank you very much.
PS I browsed through this Decreasing the size of google maps sdk for ios However, I am still confuse. What exactly is the procedure?