Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase in app size after use of Google Maps SDK for iOS

I tried using the Google Maps SDK for iOS and it seems to add a considerable amount of size (96MB) to our app, which is currently only at 26MB (using the Apple maps).

I would apprecaiate any feedback/experience on how to resolve.

like image 362
user2187429 Avatar asked Mar 19 '13 18:03

user2187429


1 Answers

There isn't a way to resolve this. Its one of the cons of working with Google Maps SDK vs Apple maps.

Google Maps SDK is its own static framework that isn't preloaded on the device. Apple Maps are build into the OS as a dynamic framework.

Another Possibility: This is going to sound silly, but be sure you didn't copy the documentation or example code when downloading the Google Maps SDK into your app as well.

like image 193
Ryan Poolos Avatar answered Nov 01 '22 10:11

Ryan Poolos