Skip to main content
Question

Modify Mobile App with custom dict/plist after it's been deployed?

  • November 8, 2023
  • 0 replies
  • 6 views

Forum|alt.badge.img+4

I'm trying to make an adjustment to the Outlook app for iOS and enforce Biometrics for the app. I have tested the following settings and know they work on a net new app deployment:

<dict>
<key>com.microsoft.outlook.Auth.Biometric</key>
<string>true</string>
<key>com.microsoft.outlook.Auth.Biometric.UserChangeAllowed</key>
<string>false</string>
</dict>

I'm trying to understand if I add this to my existing App that's deployed across all my iPhones currently if they will just update and enforce biometrics, or will I have to uninstall and then deploy the new app with the settings added?