Skip to content

rees46/demo-ios

Repository files navigation

Demo shop created on the basis of REES46- IOS SDK

Version iOS Release License

REES46

Description

This demo application was developed using the REES46 SDK for iOS to showcase the capabilities of this SDK.

Version

Current app version: 1.0.0

Deployment Target

This SDK requires iOS 13.0 or later.

Video and Screenshots

Video

Demo.shop.presentation.mp4

Code Example

Here's a simple example to get you started:

import REES46

class SDKManager: SDKManaging {
    var sdk: PersonalizationSDK?

    init() {
        initializeSDK()
    }

    private func initializeSDK() {
        sdk = createPersonalizationSDK(
            shopId: "YOUR_SHOP_ID",
            apiDomain: "YOUR_DOMAIN"
        )
    }
}

Releases

No releases published

Packages

No packages published

Languages