How to automatically update an enterprise application without user interaction
I'm currently developing an internal enterprise application. I will publish the application using Apple Enterprise License.
I am currently looking for a way to perform the update without any user interaction.
How did I know that if I open the update url (for example itms-services: //? Action = download-manifest & url=%@/app.plist), it will ask me if I want to update or not.
Any other ways to accomplish an enterprise deployment?
+3
source to share