You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add getActiveSubscriptions and hasActiveSubscriptions methods
- Implement OpenIAP compliant subscription status APIs
- Add ActiveSubscription model with platform-specific fields
- Rename IAPPlatform to IapPlatform for naming convention
- Fix type casting issues in extract utility functions
- Add iOS transactionState mapping in _convertToPurchase
- Handle both JSON string and decoded List in extractors
- Add comprehensive tests with proper mock handlers
- All tests passing locally
0 commit comments