Hi Apple developer team,In our iOS app, we use UIScreen.isCaptured() to detect whether the screen is being recorded or not.This method returns true whenever non fairplay content played and for the fair play content it returns false always.is this expected behaviour or are we doing something wrong?Thanks
Post
Replies
Boosts
Views
Activity
Hi Apple Developer Team,Silent push notification used to receive when app is running in eitherr foreground or background. But in iOS 13, the silent push notification is received even app is forcefully quit or terminated. The same is not observed with iOS 12 and 11. We have checked the payload, it has "content-available" defined as 1.Is there any change in silent push notification for iOS 13?Thanks in advance