Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 532 Bytes

Cxense iOS sample

This example demonstrates the features of the Cxense SDK. See documentation.

Installation

Install dependencies:

CxenseSwiftSample> pod install

Configure the following settings at the end of the CxenseSwiftSample/CxenseSwiftSample/Info.plist file:

<key>Cxense</key>
<dict>
    <key>UserName</key>
    <string></string>
    <key>ApiKey</key>
    <string></string>
    <key>SiteID</key>
    <string></string>
</dict>