Community

Topic: iOS SDK

Cloud Recognition Error (SOLVED)

Renaud Vernet
Thursday, October 12, 2017

Hello,
I'm trying your Pikkart ios SDK and i have a problem to set the cloud recognition.
I have the error below on console :
testPKTRecognitionFrameworkApp[2322:1516037] errore durante comunicazione con server = Unauthorized access e codice errore = 401
I think it's a license problem, but i import my license.spz in the app. Maybe i import it in the wrong place.
Thanks for your help.

user profile image
Support Team  (expert)
Thursday, October 12, 2017

Hi,
you should verify if license.spz is inside Xcode project.
Further, be sure that file is correctly copied in Copy Bundle Resources phase (check in Build Phase tab of your Xcode Project).
If previous actions are correctly executed, verify that app bundle identifier is com.pikkart.trial and that trial app was signed with
an development profile with wild card app id or use Automatically manage signing (for reference, please follow this link on Apple Documentation
https://developer.apple.com/library/content/qa/qa1713/_index.html)

Regards

Renaud Vernet
Tuesday, October 17, 2017

Hi
Thanks a lot.
Indeed, i added licence.spz on my project but i forget to put it in "Copy Bundle Ressource" of the "Build Phase" Tab.
Now the cloud recognition working.
Sorry, I don't find how to change subject status to "solved"

Sign in to add a comment