ImageTarget sample app, i included my own image. But when i addTargetname in AppDelegate file, it detected only first line of target. It won't detect Stones&chips images.
// Provide a list of targets we're expecting - the first in the list is the default
[qUtils addTargetName:@"sample" atPath:@"sample.xml"];
[qUtils addTargetName:@"Stones & Chips" atPath:@"StonesAndChips.xml"];
You need to change the dataset by tapping on the screen.
This is the way the standard sample works when you switch between "stones & chips" and "tarmac".
N