Camera permission not available when intergrading Mendix native app with Intune SDK.
0
Hello everyone, I have an app which is reliant on scanning qr codes except after intergrading the Microsoft Intune SDK with my mendix app conform the documentation from Microsoft (https://learn.microsoft.com/en-us/intune/intune-service/developer/app-sdk-ios-phase3) my Mendix app no longer asks for Camera permissions when i open a page with a barcode scanner. Also the permission is not available in the settings of the iphone. I use the most recent version of the Intune SDK which is 21.4 and Mendix version 10.23.13 which uses native template 14.1.12. I have added Camera permissions in the native builder and also in Xcode. If i force the app to check the permission of the camera functionality i get an error and the app crashes. Steps taken to intergrade Intune (in Xcode): 1. Update podfile to include MSAL and run pod install. 2. Add frameworks to app according to the docs. 3. Add keychain sharing entries according to the docs. 3. Add the required entries in Info.plist. (the IntuneMAM dictionary and the permissions for location, camera etc.) 4. Run IntuneConfigurator included in the Intune SDK. 5. Build app. The intergration works because i get the intune login before i get into the app and logging in works only the camera permission is not granted or added for some reason. It is a problem with the code because it has worked before and in Intune app policy's it has no restrictions Thank you,