Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions ios/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# LexFloatClient iOS Example

Example demonstrating floating license acquisition with the LexFloatClient iOS
library.

## Setup

This project links against `LexFloatClient.xcframework`, which is not bundled here.
Build it from the LexFloatClient native source and place it at:

```
examples/sample/LexFloatClient.xcframework
```
Comment thread
mir-huzaif marked this conversation as resolved.

## Running

Open `examples/sample/sample.xcodeproj` in Xcode, select your signing team, and
run the `sample` target.
Comment thread
mir-huzaif marked this conversation as resolved.

Set your product ID and float server URL in
[ViewController.m](sample/sample/ViewController.m) before running.

## Documentation

Refer to the following for documentation:

https://docs.cryptlex.com/floating-licenses/on-premise-floating-licenses/using-lexfloatclient
Loading