Integrating the iOS Smart-Learn Plugin
Five simple steps are required to integrate the EduRoom Plugin with your app:
- Define a custom URL scheme
- Add the custom URL scheme to your XCode project
- Install the Plugin with Cocoapods
- Add a few lines of code to the AppDelegate class
- Register your app at the bottom of this page
1. Defining a custom URL scheme
To allow EduRoom to open your app a so called custom URL scheme is required. In general it is something like http://
just working for an app instead of a website. Best practice is to
choose something unique like the bundle identifier of your app. Example
for EduRoom: org.edumode.eduroom
2. Add the custom URL scheme to your XCode project
Add the highlighted entries to your info.plist
file:

3. Install the Plugin with Cocoapods
Add pod 'EduRoomSDK'
to your Podfile
.
Run pod install
4. Add a few lines of code to the AppDelegate class
Swift
Objective-C
5. Register your App
Fill all required fields at the form. Taking the example from above it would look like this:

Submitted apps will be reviewed. We will send you a reply as soon as your app is published.
You can leave the App Store Identifier field empty if you do not have one yet. As soon as you have an Identifier, please mail it to sdk@eduroom.de.