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
Added OnStoreConnected callback to complement the existing OnStoreDisconnected callback, to provide symmetrical connection state handling.
Fixed
Apple - Fixed StorefrontResponse not being found on VisionOS.
Apple -IPurchaseService.ProcessPendingOrdersOnPurchasesFetched applies to AppleAppStore and MacAppStore.
This resolves a issue on iOS 26.2+, where OnPurchasePending was not invoked for existing pending orders during startup.
Setting IPurchaseService.ProcessPendingOrdersOnPurchasesFetched to false on Apple platforms may result in missing OnPurchasePending events for iOS versions 26.2+.
Apple - Fixed InvalidPublicKeyException exception being thrown when creating a CrossPlatformValidator.
If you experienced this issue, regenerate your AppleTangle.cs via Services > In-app Purchasing > Configure, and selecting Obfuscate Apple License Key.
Google - Fixed purchases made while the application is backgrounded not invoking the OnPurchasePending when foregrounding the application.
Fixed DuplicatedTransaction happening on first time purchasing Consumables/Non-Consumables.