Detailed instructions on how to integrate with PhylloConnect for iOS can be found in our main documentation at https://docs.getphyllo.com/docs/api-reference/b4a5896a9f1c0-i-os-sdk-integration.
To get started, you will require a client ID and secret to access the Phyllo environment. To get your API credentials, please reach out to us at contact@getphyllo.com.
1 . If you haven’t already, install the latest version of CocoaPods. Refer the official CocoaPods documentation here if you want to know more about how to integrate CocoaPods with your project. 2 . Once you have a Podfile, add the following to it: For Cocoapods:
- Create/Update your Podfile with the following contents
platform :ios, '12.0'
target '<YourApp>' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for <YourApp>
pod 'PhylloConnect'
end3 . Run the following command from a terminal :
pod installThe current SDK version is 0.1.24.
4 . Run the following command from a terminal to update your pods :
pod updateor
pod repo updateor
pod update PhylloConnectPhyllo, phyl@getphyllo.com
PhylloConnect is available under the MIT license. See the LICENSE file for more info.