Update recommended prior to iOS 18.2 general availability #495
Replies: 4 comments 4 replies
-
Could you clarify what kind of scenarios are going to be affected by the new OS versions if SDK are not up-to-date ? What are the side effects if SDK are not going to be updated before upgrading the iOS version to 18.2= |
Beta Was this translation helpful? Give feedback.
-
We've noticed with the new sdk users can no longer share their screens for things like zoom or take a screenshot for debugging, is there an app protection setting to allow this for certain workflows or is it now just a blanket no sharing your screen because of apple intelligence? what is the expected workflow? |
Beta Was this translation helpful? Give feedback.
-
@ryanbland - unfortunately on the client side there is currently no way for the SDK to differentiate between the different scenarios, so admins need to make the decision on whether to allow or prevent screen capture in general for each app. We are investigating the possibility of exposing an API to applications that would allow the application to acquire an image of its UI to enable scenarios where the data is kept within the application/user context. This wouldn't help with the screen sharing scenario you described though since it wouldn't apply to live sharing or to capturing/sharing the UI of other applications that may be protected with Intune app protection policies. |
Beta Was this translation helpful? Give feedback.
-
Could you please add below reminder in SDK release notes of v19.7.6 and v20.2.1? A lot of customers are not aware the side effect of new screen capture control in the SDK. https://learn.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#data-protection |
Beta Was this translation helpful? Give feedback.
-
iOS 18.2 (currently in Beta) contains some new features and breaking changes that could allow an organization's data to leave the boundary of the Intune managed identity:
The latest 20.2.1 release for Xcode 16 and 19.7.6 release for Xcode 15 addresses each of these scenarios with support for screen capture blocking, Genmoji blocking, and fixes for the Writing Tools issues.
We recommend that all application developers upgrade to the latest available supported release which corresponds to the Xcode version your application is currently compiled with, and that you push your updated application to production as soon as possible to ensure the fix for this issue is available before iOS 18.2 becomes generally available. If you have any questions, please file an issue in this repository or reply directly to this announcement.
Beta Was this translation helpful? Give feedback.
All reactions