Skip to content

PersonaClick/demo-ios

Repository files navigation

Demo shop created on the basis of PersonaClick- IOS SDK

Version iOS Release License

PersonaClick

1x1

Description

This demo application was developed using the PersonaClick 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 PersonaClick

class SDKManager: SDKManaging {
    var sdk: PersonalizationSDK?

    init() {
        initializeSDK()
    }

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages