This content has been marked as final.
Show 3 replies
-
Re: Does the iMessage extension factor into the size of the binary when submitting to Apple?
CartoonSmart.com Jan 2, 2017 7:56 AM (in response to voporak5)Did it get approved over cellular?
-
Re: Does the iMessage extension factor into the size of the binary when submitting to Apple?
pdm Jan 3, 2017 10:39 AM (in response to voporak5)The app binary is considered as a whole unit, including the iMessage extension (or any other extension for that matter). So yes, if your extension raises your app bundle size significantly that may very well take you over the cellular limit.
Are you sharing as many resources as possible by moving things into shared frameworks that both your app and extension leverage? You might want to check out the On-Demand Resources sessions from WWDC last year for more ways to reduce your app bundle install size.
-
Re: Does the iMessage extension factor into the size of the binary when submitting to Apple?
voporak5 Jan 3, 2017 11:01 AM (in response to pdm)We haven't done much to reduce the size yet. We just wanted to make sure we understood the process before we went ahead and started making changes. This helped thanks!
-