Releases: braintree/popup-bridge-ios
Releases · braintree/popup-bridge-ios
2.1.0
- Inject popup bridge JS script code into all frames, versus just mainframe. Fixes bug where popup bridge couldn't launch from within an iFrame.
- Add blank privacy manifest file. Meets Apple's new Privacy Update requirements
2.0.0
- Note: Includes all changes in 2.0.0-beta1
2.0.0-beta1
- Convert PopupBridge to Swift
- Breaking Changes
- Require iOS 14+, Xcode 14.3+, and Swift 5.8+
- Remove deprecated
POPPopupBridge.open(url:sourceApplication:)
&POPPopupBridge.open(url:options:)
methods - Remove
POPPopupBridge.set(returnURLScheme:)
- Remove
open(url:)
- Replace
SFSafariViewController
withASWebAuthenticationSession
- No longer need to register a URL type to use Popup Bridge
- Removed
POPPopupBridgeDelegate
- The initializer for
POPPopupBridge
now only requires aWKWebView
POPPopupBridge(webView:)