Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HakkiYigitYener committed Nov 17, 2020
1 parent 1db22c2 commit 807e034
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# LCE-iOS-SDK
# LCE-iOS-SDK

To Implement:

1. Download repository.
2. Copy Network folder to your project.
3. In AppDelegate's 'didFinishLaunchingWithOptions' method add 'LaserCatManager.shared.startLogging(appKeyId: {APP_ID_KEY})' line.

To Stop Logging:
1. Call 'LaserCatManager.shared.stopLogging()' method.

Note: You must have Alamofire in your project.

0 comments on commit 807e034

Please sign in to comment.