Closed SL06 closed 9 months ago
Just found the answer in the code: I suggest to put more information in the instruction. The simplest way is to do a search in the projet for "sdkKey: " and enter the value in the multiple exemples.
struct QuickPoseBasicView: View {
private var quickPose = QuickPose(sdkKey: "YOUR SDK KEY HERE") // register for your free key at https://dev.quickpose.ai
I have register for my SDK key and its active.
I have download the basic demo and enter the proper Bundle ID below my team name. I assume that I dont have to place the key inside the program ins Xcode, is that correct?
The program run and says that my SDK key is invalid. I have restart Xcode, clean the cache and rebuild the program couple of time with the same result.