2024-11-20 Changelog
Android
iOS
Mobile Payments SDK
Android Mobile Payments SDK 2.0.1
- The Mobile Payments SDK is now in General Availability in the United States.
- New sample application written in Kotlin and Compose.
AuthorizationManager - The authorizedLocation field has been renamed to location.- The Offline Payments feature is now in Beta. Sellers must continue to opt in to offline payments to participate.
OfflinePaymentQueue - Removed the location field from the offline payment queue (Beta feature). Applications should use the AuthorizationManager location field instead.
iOS Mobile Payments SDK 2.0.1
- The Mobile Payments SDK is now in General Availability in the United States.
- New sample application written in Swift and Swift UI.
- The Offline Payments feature is now in Beta. Sellers must continue to opt in to offline payments to participate.
OfflinePaymentQueue - Removed the location field from the offline payment queue (Beta feature). Applications should use the AuthorizationManager's location field instead.- The
notSupported and ReaderPairingError are removed and replaced by more descriptive errors: simulatorNotSupported and sandboxNotSupported. For more information, see Handling Errors.