vote up 2 vote down star

Hi all, I like to implement a application which backup 's all the internal datas like sms, mms, videos, audios, documents, callhistory stored in iPhone. But this seems to be not possible with api docs that the apple has released so far ... I have gone through the pdf of ENterprise distribution program and some of the links related to Enterprise Distribution Program, specifies about the Remote wipe and accessing of internal datas like Calendar, sms, mms ect .... But they didnt mention how to do it programatically.

Does apple provides any special priviledges like extra api support to access the internal datas in their Enterprise Distribution Program?.

if there any differance between Enterprise Distribution Program and Standard Distribution Program in the development point of view ????

And since in-house distribution does not requires Apple approval, shall we use some other method which are not officially mentioned in apple docs , to access the internal stored datas ..

If so can anyone points out the way to do it ???

Any help would be greatly appreciated awaiting for your response

Best regards, Mohammed Sadiq ....

flag

0% accept rate

3 Answers

vote up 0 vote down

Standard and Enterprise are different in that Apple doesn't regulate the apps, as you said, I don't think there are any differences in development (except for what The company needs like internal server access) but there is the difference in distribution. You can't officially get that data programmatically but using undocumented calls sounds like it could work.

link|flag
vote up 2 vote down

You will not get any "bonus api", as there is no api, there's just public one, and private calls. Still, as you will distribute the app on in-house basis, you can use sqlite to get access to sms, calendar, phonebook data. I can't say for sure about other fields, as I don't know the exact permissions of the latest sandbox profile. You definitely can get access to everything on jailbroken device, but that might be not the best solution for you.

link|flag
Hi Farcallar, Thanks for your repsonse. But I want to support the non-jail broken devices . I already tried accessing the sms.db in the non-jail broken phones where the certificate used was obtained from standard distribution program . So i couldnt access the sms.db. My doubt is that wheather can we access sms.db files in the non-jail broken devices which contains the certificate obtained from "in-house" distribution program. could you please clarify on this .. awaiting for your response ... Best Regards, Mohammed Sadiq ... – Mohammed Sadiq Oct 26 at 5:55
No, the restrictions are same for both enterprise and standard provision profiles. – Farcaller Oct 26 at 14:10
HI Farcallar, Do u have any sample link in order to access the sms, calender, phone book data . – Mohammed Sadiq Nov 4 at 5:08
For jailbroken devices? – Farcaller Nov 9 at 16:47
vote up 0 vote down

Hi Farcallar, Thanks for your repsonse. But I want to support the non-jail broken devices . I already tried accessing the sms.db in the non-jail broken phones where the certificate used was obtained from standard distribution program . So i couldnt access the sms.db. My doubt is that wheather can we access sms.db files in the non-jail broken devices which contains the certificate obtained from "in-house" distribution program. could you please clarify on this .. awaiting for your response ...

Best Regards, Mohammed Sadiq ...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.