1.1.1 (46): subscription IAP, export compliance, metadata

- Switch premium to AutoRenewable subscription (com.mealmood.premium.monthly.sub);
  legacy one-time purchasers retain lifetime access via StoreManager fallback
- Add ITSAppUsesNonExemptEncryption=false to Info.plist (no custom encryption)
- Update storekit config with both legacy NonConsumable and new subscription
- Bump version 1.1.1 build 46; update fastlane metadata and release notes (6 langs)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-05-18 11:28:14 +02:00
parent 7da7995538
commit 89b35dc4ae
20 changed files with 74 additions and 86 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ platform :ios do
build_app(
scheme: "MealMood",
export_method: "app-store",
sdk: "iphoneos26.4",
sdk: "iphoneos26.5",
export_options: EXPORT_OPTIONS
)
upload_to_testflight(skip_waiting_for_build_processing: true)
@@ -33,7 +33,7 @@ platform :ios do
increment_build_number(xcodeproj: "MealMood.xcodeproj")
build_app(
scheme: "MealMood",
sdk: "iphoneos26.4",
sdk: "iphoneos26.5",
export_options: EXPORT_OPTIONS
)
upload_to_app_store(force: true)