Files
honeyDueKMP/iosApp
Trey t e838eecc64 Add StoreKit Configuration file for local in-app purchase testing
Created Configuration.storekit with two subscription products:
- MyCrib Pro Monthly ($4.99/month)
  * Product ID: com.example.mycrib.pro.monthly
  * 1 week free trial
  * Recurring monthly subscription
- MyCrib Pro Annual ($49.99/year)
  * Product ID: com.example.mycrib.pro.annual
  * 1 month free trial
  * Recurring annual subscription (17% savings)

This allows testing StoreKit 2 purchase flows in the iOS Simulator
without needing TestFlight or App Store Connect configuration.

Setup instructions:
1. Open iosApp.xcodeproj in Xcode
2. Add Configuration.storekit to project (drag into Project Navigator)
3. Edit scheme (Product > Scheme > Edit Scheme)
4. Go to Run > Options tab
5. Set StoreKit Configuration to "Configuration.storekit"
6. Run app in simulator to test purchases locally

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 13:43:24 -06:00
..