Post

Replies

Boosts

Views

Activity

Reply to How can I get current App clip size?
I am going to point you to the Creating an App Clip with Xcode documentation, specifically, the Keep Your App Clip Small in Size section. This section has a great tip for for exporting your App Clip from Xcode, and how to see the App Clip's uncompressed size. Succinctly, you can export your App Clip by "archiv[ing] the app clip’s corresponding app, open the Organizer window, select the archive, and click Distribute App." Then, you can "[e]xport the app clip as an Ad Hoc or Development build with App Thinning and Rebuild from Bitcode enabled." Upon exporting, in the output folder you chose to export to, you will see a Thinning Size Report.txt file. This file will include the uncompressed size of the App Clip, which you can use as a guide for trying to ensure your App Clip fits under 10MB. Thanks very much, I tried to unzip and see there is a resource bundle be packed to app clip, that cause to problem,it uploaded to itunes connect successfully after removing it. Now I am trying looking at the linkmap file and try to remove some big classes. Many thinks for your reply.
Sep ’20
Reply to How can we test advance App Clip Experiences as we are not able upload the binary to TestFlight?
https://developer.apple.com/forums/thread/651461 https://developer.apple.com/forums/thread/654263 Xcode does not have a validation tool to verify app clip size. Sizes are validated when submitting to App Store Connect bundled app code and resources counts in the 10MB limit I think we need to upload the IPA to app store to see the download size.
Jul ’20