-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Push a bitcode enabled app to test flight #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In local testing, archiving hello_world with thinning for an iPhone 8+ results in a 4564K IPA, which is significantly smaller than our current 8791K. We just want to verify how that works in the store. |
also @goderbauer since I'm sure app size is still near and dear to your heart :) |
What do you mean by "in local testing"? Did you upload the IPK to Apple's Store console and get the download size numbers from there? Due to Apple's magic (app thining etc) that seems to be the only place that gives reliable numbers. |
I did a |
Maybe upload it to apple and see if the numbers match? :) |
That's what this ticket is for - I can't do it myself because I don't have a developer key for any of our apps that are test flight elligible. |
I've updated https://github.com/flutter/flutter/wiki/Creating-an-iOS-Bitcode-enabled-app-(experimental) with some better instructions for this. |
@dnfield I remember testing a build of veggieseasons with you. Did that verify this issue, or was it something else? |
That was for something else unfortunately. |
I pushed a bitcode-enabled version of Veggie Seasons up to TestFlight: No warnings were received from iTunes/Apple, so I'm calling this one a win. |
Woohoo! |
Now that Bitcode is available for Flutter apps, we'd like to measure what the store actually produces for an IPA.
@RedBrogdon - could we create a build of Veggie Sessions or similar with bitcode enabled, publish it ot test flight, and measure it on some device(s)? I'd be happy to sit with you on this if it helps.
The text was updated successfully, but these errors were encountered: