David Muir

Results 9 comments of David Muir

I suggest merging this pull request. It provides a solution to a problem that I was having on iOS 8, outlined in issue 309. That being said: using "false" instead...

@paween would love to see this merged to keep this library relevant as teams move to Swift Package Manager. Please consider this PR. 🙏

This is caused by TUSafariActivity, which seems like it must be installed via CocoaPods. I understand that this is not ideal. I am working on a solution. For now the...

You can monitor these notifications to know when the video is full screen. NotificationCenter.default.addObserver(self, selector: #selector(videoDidEnterFullScreen), name: NSNotification.Name.UIWindowDidBecomeVisible, object: self.view.window) NotificationCenter.default.addObserver(self, selector: #selector(videoDidExitFullScreen), name: NSNotification.Name.UIWindowDidBecomeHidden, object: self.view.window)

@nan-li using https://github.com/OneSignal/OneSignal-XCFramework resolved this issue for me and allowed me to install 5.1.6.

+1 for this, I believe that our users are encountering an issue related to this bug in the wild.

Came here to open this issue, so I am glad it was already created. The issue seems to be that `onRestoreCompleted` is only called when the updated `CustomerInfo` has active...