braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
557 stars 291 forks source link

Add `scene(_:willConnectTo:options:)` to the MockVenmo App #1290

Closed richherrera closed 23 hours ago

richherrera commented 2 months ago

Summary of changes

Apple Docs:

If your app has opted into Scenes, and your app is not running, the system delivers the URL to the scene(:willConnectTo:options:) delegate method after launch, and to scene(:openURLContexts:) when your app opens a URL while running or suspended in memory.

Checklist

Authors

jaxdesmarais commented 23 hours ago

Added this logic to #1345 - closing in favor of that PR that fully fixes UI Test flakiness with some additional changes