You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Configure automatic export compliance bypass for TestFlight releases
- Added ITSAppUsesNonExemptEncryption=false to Info.plist
- Enhanced Fastlane configuration with explicit export compliance parameters
- Added export compliance flags to build_ipa, distribute_beta, and beta lanes
- Configured IPA export options to include compliance metadata
This ensures the release pipeline can automatically publish to TestFlight internal track without manual export compliance intervention. The app only uses standard HTTPS/SSL/TLS encryption which is exempt from export compliance documentation.
0 commit comments