iOS

 
Installation of MyGuide Creator SDK for iOS


About the SDK (iOS)

A simple SDK that provides in-app guidance and improves user engagement. It integrates seamlessly with your app without the need to write code or do the deployment. By adding just one line of code, MyGuide Creator SDK enables users to access different types of guides and improves their overall experience and engagement while using your app.

Prerequisite

MyGuide Creator SDK for iOS library supports versions iOS 11 and above
Xcode 11.3 and above to build.

We need a photo library usage key in app.info plist.
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This app requires access to the photo library.</string>

Step-1 Installation MyGuide Creator SDK

Using CocoaPods

Add "InlineCreatorSDK" to your Podfile and run pod install

target: YourTargetName do
        pod 'InlineCreatorSDK'
    end

Step-2 Initialize MyGuide Player SDK

First, you'll need to get your MyGuide Organization Key and Secret key. Please connect with our support team at support@myguide.com.
Then initialize MyGuide Creator SDK by importing "InlineCreatorSDK" and adding the following code to your application delegate class or your app Home screen where you want to show the MyGuide icon.

import InlineCreatorSDK;
CreatorSDK.initializeWith(orgnizationKey: "GuideMeOrgnizationKey", secretKey: "GuideMeSecretKey");

After the initialization, the MyGuideCreatorSDK logo will appear on your app screen as below

Last Updated: 2022-07-11 10:46am. (GMT)