Send .mobileconfig file via SMS OTA
I have a iPhone configuration profile (.mobileconfig) hosted on a server. The users are able to download and install it with ease. The problem arises when the users are unable to connect to internet (due to any reason) and download the file.
I was wondering if we could send the configuration profile through an SMS OTA - which has the profile and not the download link. The user opens the SMS, which in turn opens the Profile installation UI.
Any suggestion will be helpful. A way to build some "iPhone Configuration" app cons开发者_开发问答isting of locally saved configuration profiles will be wonderful.
I came up with the same idea as you.
It is possible. You send to send the .mobileconfig file via SMS which can be done by attaching the file using a SMS utility via outlook or via a webpage.
I just took the file which the apple utility, XML and produced the same output.
I decided to build a proof of concept page, here iconfig.kryptos.co.uk and let me know you thoughts..
Thanks, Wayne
Actually sending SMS configuration settings is a bit different than real use case of OTA messages. OTA addresses transfering secure data using SMS or IP bearer between sending entity and SIM module such as new SMS center address update.
It is totally vendor specific area and you need to know toolkit application reference, minimum security level settings, OTA Keys (KiC & KiD) of SIM card and some other parameters such as SPI-1 and SPI-2 bytes to prepare secure data envelope as SMPP message.
Configuration settings are actually binary SMS using 8 bit data coding scheme and esm class UDH mask without encryption with OTA keys and cryptographic checksum. Short message field of submit sm consists of UDH header and followed by configuration data for device.
精彩评论