For measuring the size impact of our SDK we created a Sample App and uploaded the build with different configurations and checked the AppStore Connect estimate for the Download Size(ipa size) and the Install Size(The amount of disk space the app takes in the customer's device).
info |
SDK versions for analysis For the analysis below, the SDK versions considered are as follows:
|
info |
iPhone 12 Pro as Reference Here for our analysis, we will not consider the Universal build because Apple doesn't install it in any of the user's devices, instead, they create an optimised version of your app, and the user only downloads the architecture that is required for the current device. Therefore for our analysis, we will consider iPhone 12 Pro as a reference point. |
App Size Without MoEngage SDK
First, to get a baseline we uploaded a build of our Sample App without any of our frameworks, and the result for the same is shown below. And as mentioned above we will consider iPhone 12 Pro for our analysis, therefore here according to the size estimated the resultant ipa size is 151 KB and the install size is 595 KB.
App Size With MoEngage Core SDK
In this second build, we included the Core SDKs which include MoEngage-iOS-SDK and MORichNotification. And the result of the estimated size by AppStore Connect is provided below, as we can see for iPhone 12 Pro the IPA size to be 583 KB and the Install size is 2019 KB, therefore there is an increase of IPA size by 432 KB and install size by 1424 KB here.
info |
Overall Size Impact Of MoEngage The Core SDKs consists of the mandatory frameworks for MoEngage features to work, and it includes support for Data Tracking, Analytics, and Push Notification related features. Here we can see an overall impact of 432 KB on ipa size and 1.42 MB on the install size of the app. |
App Size With MoEngage Core and InApp SDK
In the third build, we have our Core SDKs which are mandatory and along with it, we have integrated MoEngageInApp which is an optional module. And the result of the estimated size by AppStore Connect is provided below, as we can see the ipa size here is 743 KB and the Install size is 2511 KB, therefore there is an increase of ipa size by 160 KB and install size by 492 KB compared to our second build.
info |
Overall Size Impact Of MoEngage With the inclusion of the InApp Module along with Core SDKs, here we can see an overall impact of 592 KB on IPA size and 1.91 MB on the install size of the app. |
App Size With MoEngage Core, InApp and Cards SDK
In the fourth build, we have our Core SDKs and MoEngageInApp module and along with it, we have integrated MoEngageCards which is again an optional module. And the result of the estimated size by AppStore Connect is provided below, as we can see the ipa size here is 976 KB and the Install size is 3205 KB, therefore there is an increase of ipa size by 233 KB and install size by 694 KB compared to our third build.
info |
Overall Size Impact Of MoEngage Here the overall size impact of our Core SDKs along with InApp and Cards module is of 825 KB on ipa size and 2.61 MB on the install size of the app. |
App Size With MoEngage Core, InApp, Cards and Geofence SDK
In the fifth build, along with all the modules we had in the previous build, we have integrated MOGeofence which is again an optional module. And the result of the estimated size by AppStore Connect is provided below, as we can see the ipa size here is 1003 KB and the Install size is 3338 KB, therefore there is an increase of ipa size by 27 KB and install size by 133 KB compared to our previous build.
info |
Overall Size Impact Of MoEngage Here the overall size impact of our Core SDKs along with InApp, Cards and geofence modules is of 852 KB on ipa size and 2.74 MB on the install size of the app. |