"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Read XML From Document Folder

Dear all;

For my application requirements, I Placed my "XML and DAT" Files in this path: 

"var/mobile/Applications/AF238966-5A74-A656-9C50370BBDC7/Documents/MyTrackble.xml"

So i loaded my dataset in ImageTargetAppDelegate.mm by this line:

[qUtils addTargetName:@"Stones & Chips" atPath:@" var/mobile/Applications/AF238966-5A74-A656-9C50370BBDC7/Documents/MyTrackble.xml "];

unfortunately, it gives me this error "Failed to load data set"

this mean that it can't read my path ... what's the problem?