Hi,
I’m having an issue where my auto-renewable subscriptions keep detaching from my app version after I submit the build in App Store Connect.
Details:
- App ID: com.growthsync.app
- Platform: iOS (Capacitor build)
- Using auto-renewable subscriptions
What’s happening:
- I attach all subscriptions to the app version under “In-App Purchases”
- Everything looks correct before submission
- After submitting, the subscriptions become detached or require localisation to be re-entered again
- This happens every time I resubmit
Additional issue:
- Subscriptions are not working in TestFlight either
- It feels like they are not properly linked to the binary
What I’ve already checked:
- Product IDs match exactly in code and App Store Connect
- Subscriptions are in the correct group
- All localisation fields are filled within character limits
- Products show as “Ready to Submit” before attaching
- I reattach them before every submission
Questions:
- Why would subscriptions repeatedly detach after submission?
- Is this a known App Store Connect issue?
- Is there a specific order required when creating, localising, and attaching subscriptions?
- Could this be related to the binary not recognising the products?
This is currently blocking release so any help would be appreciated.
Thanks.