Skip to content

//ios-sdk

ios-sdk

Introduction

The iOS integration is compatible for both Swift and Objective-C projects.

This is only for native Android apps. If you are using a WebView to show your web page then you can implement the front-end integration.

Manual installation

Download the latest version of the SDK here

Then drag & drop the SmartWallSDK.xcframework into your project.

CocoaPods

Use the following entry in your Podfile:

pod 'SmartWallSDK', '1.0.0'

Integration

After installing the SmartWall SDK import it into your view controller.

Swift

import SmartWallSDK

Objective-C

#import <SmartWallSDK/SmartWallSDK.h>

Once this done use SmartWallBuilder to create your SmartWall

Classes

Enums