IntuneDocs | Public repo for Intune content in OPS | Dataset library
kandi X-RAY | IntuneDocs Summary
kandi X-RAY | IntuneDocs Summary
Public repo for Intune content in OPS
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of IntuneDocs
IntuneDocs Key Features
IntuneDocs Examples and Code Snippets
Community Discussions
Trending Discussions on IntuneDocs
QUESTION
app configuration properties can be deployed to an iOS app with the Microsoft Intune app configuration policies. These properties are configured in plist format and deployed like explained in the docs https://github.com/MicrosoftDocs/IntuneDocs/blob/master/intune/app-configuration-policies-use-ios.md
it seems like this properties can be read by the Intune iOS SDK as "MDM app config" like explained here: https://docs.microsoft.com/en-us/intune/app-sdk-ios#enable-targeted-configuration-appmam-app-config-for-your-ios-applications (i could not try this)
how does Intune deploy these plist settings? Does it create an plist file in the apps private directory? If yes, how is this file called?
If not, how can i access this properties from cordova without the intune sdk? I could not find any hints in the SDKs source code on how they are stored / received.
...ANSWER
Answered 2018-Sep-24 at 14:06NSUserDefaults is the right storage, by using the cordova-plugin-emm-app-config
plugin i figured out the values coming from an MDM server are stored in the com.apple.configuration.managed
dictionary key within the NSUserDefaults.
so reading the MDM app config like this works fine for Intune:
NSDictionary *appConfig = [[NSUserDefaults standardUserDefaults] dictionaryForKey:kConfigurationKey];
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install IntuneDocs
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page