What should I know about shipping a Compose iOS ap...
# compose-ios
s
What should I know about shipping a Compose iOS app in production (I know it is alpha)? It seems to work fine in my simulator.
πŸŽ‰ 1
βž• 1
c
i haven't shipped anything yet, but the biggest thing id be concerned about shipping to prod is getting the crash logs and being able to make sense of them
j
App size, libraries vs interop, distribution process, crash logs, navigation. I think most here havent actually shipped into AppStore, as in Alpha state on iOS.
so crashlogs ok, but related to Compose internals (not app specific i think). navigation - we implement own navigation lib (internal) with android navigation component on android and UINavigationController on iOS. app size - before compose appstore connect shows Compressed File Size 58.4 MB, after compose - 110 MB distribution process not changed - was and stay firebase app distribution for testing, testflight for pre-prod testing
thank you color 1
s
So far, the app is only 15-18 MB on Android, so not sure why the discrepancy (is iOS that different? Haven’t checked the size). There are many unused libraries, so I assume it will go down if they are removed.
@Joel Denke Can you tell me more about what you meant by the distribution process?
j
@Sam Stone Depending how your setup is done in the past, maybe need some tweaks when building and distributing, especially for iOS part. Android should be easy as always been πŸ™‚