Commit de9d84d
authored
Fix: Configure automatic export compliance bypass for TestFlight (#61)
* fix: Add export compliance key to resolve TestFlight Missing Compliance issue
Added ITSAppUsesNonExemptEncryption=false to Info.plist to declare that the app only uses exempt encryption (HTTPS/SSL/TLS for network connections).
This resolves the Missing Compliance warning in TestFlight without requiring export compliance documentation.
* 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.1 parent d806a47 commit de9d84d
2 files changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
88 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| |||
180 | 186 | | |
181 | 187 | | |
182 | 188 | | |
183 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
184 | 197 | | |
185 | 198 | | |
186 | 199 | | |
| |||
0 commit comments