The Demo includes code examples illustrating features of the OmniSDK iOS API v3.
Please refer to the iOS Integration Guide Of v3 in the Kingsoft Seayoo Documentation Center.
- Add the following configuration to the
Info.plist
file:
Key | Type | Necessity | explanation |
---|---|---|---|
OmniSDKAppId | String | Y | appid |
OmniSDKAppKey | String | Y | appkey |
OmniSDKPlanId | String | Y | planid |
OmniSDKChannel | String | Y | ChannelName |
- Copy your OmniSDK Frameworks to workspace
- Switch to your iOS Provisioning file
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
Solution
Targets -> General -> Frameworks, Libraries, and Embedded Content
Enable & Sign
your OmniSDK Frameworks