Hi RevenueCat team,
for my subscription-based app, I recently noticed a bulk of first-time downloads in App Store Connect labeled as “Institutional Purchase”. The app itself is free, with premium functionality unlocked through an auto-renewable subscription managed by RevenueCat.
This got me looking into Apple's new WWDC26 organizational subscription volume purchasing.
When an organization purchases and assigns a subscription to a user, StoreKit reports a transaction with `Transaction.OwnershipType.assigned`. Will RevenueCat recognize this transaction and expose the corresponding entitlement as active through `CustomerInfo.entitlements.active`, just like an individually purchased subscription?
More importantly, will this work server-side/backwards-compatibly with already released RevenueCat SDK versions, or will apps need to ship an SDK update before organization-assigned subscriptions can be recognized? Similarly, when Apple reports `assignmentRevoked`, will RevenueCat automatically deactivate the corresponding entitlement?
We're currently using `purchases_flutter 10.2.x` and determine premium access exclusively through `CustomerInfo.entitlements.active`.
I'm particularly interested in whether users running our existing app version will automatically receive the correct entitlement when an organization assigns them a subscription, assuming RevenueCat adds/supports the necessary server-side handling.
Thanks in advance!
