Modify Mobile App with custom dict/plist after it's been deployed?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
11-08-2023
08:30 AM
- last edited
a month ago
by
kh-richa_mig
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:
Expand
<dict>
<key>com.microsoft.outlook.Auth.Biometric</key>
<string>true</string>
<key>com.microsoft.outlook.Auth.Biometric.UserChangeAllowed</key>
<string>false</string>
</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?
0 REPLIES 0
