quickpose / quickpose-ios-sdk

Quickly add MediaPipe Pose Estimation and Detection to your iOS app. Enable powerful features in your app powered by the body or hand.
https://docs.quickpose.ai/docs/MobileSDK
Apache License 2.0
239 stars 11 forks source link

SDK key issue #13

Closed SL06 closed 9 months ago

SL06 commented 9 months ago

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.

SL06 commented 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