Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I try to use itunesmobiledevice.dll to read the application data in Iphone. Which is not jailbreak. Use the function AMDeviceLookupApplications and CFDictionaryApplyFunction in the Dll I can see the application Domain(like "com.tencent.mqq") and the application path. But when I use AFCDirectoryOpen to open the application path, it failed returned 8. Now I don't know how to read the application data. Should I use AMDeviceArchiveApplication to archieve the application first?
If I should use this function how should I write the function's params. I search the internet and found the function's definition is like :
C++
mach_error_t AMDeviceArchiveApplication(struct am_device* thisDevice, CFStringRef appID, void* funcCallW2Params, void* passedToCallback, void* unknown);

Except the first param, I have no idear about the param.
Please help me. Eager to hear your replay.
Posted
Updated 24-Sep-13 21:36pm
v6
Comments
Richard MacCutchan 25-Sep-13 3:36am    
You need to get the documentation for the DLL to find out how to use it.
Member 11963664 8-Sep-15 21:31pm    
can you give me the documentation?

1 solution

Now I can get the application's bundID(like:"com.tencent.mqq").
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900