Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTAppSwitchDelegate methods are called by PayPal driver even if Safari View Controller is used #188

Closed
nikolaykasyanov opened this issue Nov 2, 2015 · 3 comments

Comments

@nikolaykasyanov
Copy link

In general, -appSwitcherWillPerformAppSwitch: looks like a good place to subscribe for UIApplicationDidBecomeActiveNotification (to handle possible user cancelation later), but behaviour mentioned in issue title is a bit misleading, because no app switches are actually performed with Safari View Controller.

@skunkworks
Copy link
Contributor

This is a salient point! We will remove this notification when SFSafariViewController is presented.

@skunkworks skunkworks reopened this Nov 3, 2015
@skunkworks
Copy link
Contributor

This has been fixed in c7ee674

@burnto
Copy link
Contributor

burnto commented Dec 1, 2015

😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants