msintuneappsdk / ms-intune-app-sdk-ios

Intune App SDK for iOS enables data protection and mobile app management features in iOS mobile apps with Microsoft Intune
84 stars 25 forks source link

Text missing (again) from Intune dialogs after upgrade to 18.2.0 #390

Closed dtatcbrain closed 5 months ago

dtatcbrain commented 5 months ago

Describe the bug: After upgradring our app with the latest Intune SDK (18.2.0), Intune's dialogs have no text.

Intune 17.7.1 had this exact issue, but it's back now. Previous issue here.

We upgraded from Intune 17.7.2, so I'm not sure which release the bug reappeared in.

To Reproduce Steps to reproduce the behavior:

  1. Integrate Intune 18.2.0 into app
  2. Trigger an Intune dialog, for example by enrolling for the first time.
  3. See a dialog appear with no text.

Expected behavior: Text should be shown in the dialogs.

Screenshots and logs: Screenshot 2023-11-30 at 10 29 32

Smartphone (please complete the following information): Tested on iPhone and iPad, iOS 17

Intune App SDK for iOS (please complete the following information):

msft-neiljac commented 5 months ago

Hi @dtatcbrain. Can you try re-downloading and integrating the 18.2.0 SDK and perform a clean build? I was unable to reproduce the issue described.

Thank you, Neil

dtatcbrain commented 5 months ago

My bad, that actually helped - seems some files were missing after unpacking the archive. We'd like to use a package manager for Intune to avoid this sort of thing, but couldn't find anything in the documentation about which ones you support?

msft-neiljac commented 5 months ago

Glad you were able to fix the issue. We don't support any package managers at this time.

Thanks, Neil