"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

#DEBUG bad Target

I get ready with the Books Sample (IOS Platform) , Test it with your Cloud Reco Targets and it works fine , it render a 2d view with the information of the book (Author name, Price, .. Etc) but when I use my cloud database on vuforia managment System it specify the target as bad targetmy senario for the  Cloud Database and metadata :1.Create Cloud Database with one target2. The target has metadata.txt with this info{"title”:”AmrDiab”,"author”:”Karina Borland”,”average rating":"4","# of ratings”:”5”,"list price":"43.99","your price":"43.15","targetid":"b4596748d6074917865e5c58e2a6b3a6","thumburl":"https://localhost/v/AmrDiab.jpg","bookurl":"https://developer.vuforia.com/samples/cloudreco/book1.php"} also the scanning line detect the target but it specify it as abad target and the scanning line disappear ,please inform me if something missed ! ,Thanks

yes i did and when detecting the marker it logs with 

Successfully created new trackable 'track name' with rating '4'.

You need to trace through the step before it gets here i.e. where it calls the delegate in BooksManager.m

Specifically this is in the method below where book starts out as nil, and it will remain so if there is a problem.  Step through this to discover why it is nil.