Szymon Morawski
Szymon Morawski

Reputation: 765

Custom MAM application

I was wondering if its possible to code your own MAM server or application for the iOS platform. Maybe someone can point me in the right direction but I'm looking for a way to silently push out applications, either through the App Store or off of a server. The problem currently is that the solutions that I have tried require you to keep re entering your password for every application you want to install which is a pain if the user wants to update an application since they don't know the account/password. Any help would be much appreciated

Upvotes: 0

Views: 269

Answers (2)

Victor Ronin
Victor Ronin

Reputation: 23268

Starting from iOS 7, you can push applications silently to supervised devices.

You can watch WWDC 2013 videos to learn more information.

Also, you can make device supervised using Apple configurator.

Upvotes: 1

Abstractec
Abstractec

Reputation: 656

As stated previously and quite a few times on stack overflow - you cannot silently push out applications on iOS as Apple does not provide support for this. Every application installation has to be approved by the user.

Upvotes: 0

Related Questions