We are going to deploy our apps to several devices. There are some problems we want to solve. 1. Installing configuration profile to iPad. (Disable homebutton) 2. Update our apps automatically
So far we found some solutions but not perfect, which are 1. Get configuration profile from server and open it in safari, then the safari will open and install the profile in settings. But this solution causes so many steps and bad customer experience. 2. We found that the new iOS 7 will support automatically update in app store.
Meanwhile, I found MDM may be a solution for my problem. Here are some questions about MDM. 1. Can we install configuration profile automatically with MDM, instead of using safari and settings? 2. Can we update apps in customers' devices automatically without using app store? 3. There are some features in MDM, does it mean we can access data and control customers devices without notice?
Thanks