You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open Background Mode in Xcode and back to home screen, The Picture In Picture will disappear quickly.
And when i annotation this line code,it works
Please fix, thanks
/** detach player UI to keep audio playing in background */func applicationDidEnterBackground(_ application:UIApplication){// self.playerViewController?.player = nil}
The text was updated successfully, but these errors were encountered:
When I open Background Mode in Xcode and back to home screen, The Picture In Picture will disappear quickly.
And when i annotation this line code,it works
Please fix, thanks
The text was updated successfully, but these errors were encountered: