Is it possible to push managed app configuration (I mean sending to an app a plist) by apple configurator 2 ? Maybe by using Configuration Profile Key? As far as I know this is possible by using MDM servers. Here are some examples of those http://simplemdm.com/2016/03/14/how-to-enroll-in-mdm-with-apple-configurator-2/ https://developer.apple.com/library/ios/samplecode/sc2279/Introduction/Intro.html
Pushing app-specific configurations (Plist) by apple configurator 2?
1.5k Views Asked by bilu88Pl At
1
There are 1 best solutions below
Related Questions in PUSH
- App crash (if closed) after click on notification
- How to trigger git hooks without pushing to the repo
- Push specific commit on the remote branch tracking the current branch
- Push dfferent variants to different remotes
- How do I push an image to my NON-public repo in dockerhub
- Android push notifications not receiving/not sending
- Push remote specific branches with different names
- Sending push notification using Parse SDK on Android
- git fatal error when pushing md file to Github
- Avoid memory leak in subscription for baconjs
- How do I place my entire WordPress installation under git control?
- pushlet vs long polling as a push technology
- IOS Missing Push notification entitlement
- can't push huge git commit
- Git push to TFS stop on 100 percent
Related Questions in PLIST
- How to define Uniforme Type Identifier in plist to add my iOS app option in share action sheet?
- Swift Filled plist is empty next time I open up the application
- execute application mac os yosemite 10.10.3 when plugged in usb
- plist data after an update
- Getting CFBundleVersion from within Jenkins to use it as a variable, something like ${APP_VERSION}
- Adding new items to plist programmatically
- PEPhotoCropEditor Archive Submission Errors
- When trying to Install application remotely into an iPhone through mdm .mobileconfig file, returns "invalid profile" error
- How to make a dictionary of dictionaries in JSON?
- Swift / Xcode 6 - info.plist error
- how to add multiple arrays in plist file programmatically in iPhone
- how to check IOS devices supported by my IPA file
- Speed up code to run through plist
- Unexpectedly found nil while unwrapping an Optional value - Plist
- Enabling R Markdown syntax highlighting in TextWrangler/BBEdit
Related Questions in MDM
- IP Address Range for Apple MDM service?
- Bloomberg-R Depth of market access
- Supervised devices and App restrictions in iOS
- Validating requests in /server url
- OAuth to secure iOS MDM enrolment process
- When trying to Install application remotely into an iPhone through mdm .mobileconfig file, returns "invalid profile" error
- Check device admin policies enforced on the device
- AirWatch Authentication Failure
- XML Parsing in OS X Terminal for MobileConfig file
- Samsung KNOX Cloud SDK - fetch MDM profiles
- Failed to query active directory groups
- How to create MDM Download block
- PHP oAuth Signature Invalid - Apple DEP
- MDM check in request is not received on the server
- How to kill an iOS app running in "Single app mode" everyday at a specific time?
Related Questions in CONFIGURATION-PROFILE
- Automation of iOS configuration profile push
- iOS MDM Profile cannot be locked down?
- How-to sign an iOS configuration profile generated programmatically?
- iOS Configuration Profile VPN on demand working on iOS8 but not on iOS9 dev beta
- Configuration Profile iOS - length of the name and identifier field
- Selection of open-source MDM server
- Pushing app-specific configurations (Plist) by apple configurator 2?
- Wi-Fi profile installation became slow in iOS8
- iOS configuration profile for ad-hoc/Devices wifi network issue
- Is the order of payload installation undefined?
- iOS Mobile Device Management and Configuration Profiles
- How do I programatically check ‘iPhone Device Configuration profile’ is installed or not on device
- Programmatically verify an MDM profile (configuration) has been successfully pushed to an iOS device?
- Do iOS configuration profiles have a maximum size?
- IOS 7 MDM Applock Issue
Related Questions in APPLE-CONFIGURATOR
- Distribute App to multiple iPads without App Store
- XML Parsing in OS X Terminal for MobileConfig file
- Installing Charles certificate on TvOS 10.2.2
- VPN Profile installation failed
- How to enable Single App Mode on iPad when configurator fails?
- What are the possible way to set Global Http Proxy in iOS setting programmatically?
- Is there a Windows 10 equivalent tool that does the job of Apple Configurator mobile device management?
- Install App via Apple Configurator
- Apple Script to execute terminal command and display results
- Unable to install .ipa from apple configurator 2 and xcode
- apple configurator for new Files application
- Pushing app-specific configurations (Plist) by apple configurator 2?
- iOS MDM - supervise a device but allow users their own iTunes account?
- Unable to open Apple Configurator in my Mac
- Apple Configurator: "Lock to app" with ability to open external apps
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
No, it isn't possible to push Managed App Config via Apple Configurator 2 (AC2) as of version 2.7. AC2 isn't an MDM, and there are no options in AC2 to do this.
Your link Managed App Configuration indicates this when it says the following:
The Mobile Device Management Protocol Reference also mentions the following regarding Managed App Config:
Neither of these references explicitly mention that AC2 cannot push Managed App Config, but the Apple Configuration Profile Reference, which defines the profile configurations pushable by AC2, has no mention of Managed App Config.