iOS - Quick Integration
#
1. Installation Swift Package ManagerShipBookSDK uses Swift Package Manager to install and manage dependencies. To install it in Xcode:
Select File > Swift Packages > Add Package Dependency and enter
https://github.com/ShipBook/ShipBookSDK-iOS.git
#
2. Initializing ShipBook into your codeIn your AppDelegate file, add the following:
import ShipBookSDK
Then, add the following to application(_:didFinishLaunchingWithOptions:):
#
3. Adding logsThe usage of the logs: