Verizon Personal Cloud Storage SDK for iOS simplifies the task of any third party developer who is consuming Verizon Personal Cloud Storage APIs. It exposes a set of public methods, which can be used by third party developers to access various Verizon Personal Cloud Storage APIs.
iOS SDK also provides authentication and authorization for the apps. If the user has Cloud Client installed on his or her Verizon Wireless issued 4G LTE mobile device and the app is using the SDK, the app will use Verizon’s Cloud Authentication silent sign-on (the user will not have to log on again).
Before you can start coding, you will need to:
Key, Secret, and Callback URL are established during registration. If you have not yet registered, follow the steps on the Getting Credentials to Use the Personal Cloud Storage APIs page in the API Developer Guide to register.
The minimum iOS version supported by the iOS SDK is iOS 8.0. Select iOS 8.0, in you project’s iOS Deployment Target.
There are three ways to download and install the SDK:
To download and install the standalone SDK, follow these steps and include the SDK in your project.
Select Build Phases tab of the project editor. Click on the plus sign button at the top (+) and select New Run Script Phase. Enter the following code into the Script Text field:
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/VerizonCloudAPI.framework/bitcode-support.sh"
NOTE: Before you can download iOS SDK, you must first log on to ThingSpace Developer Portal and accept Verizon terms and conditions. If you start downloading the file without logging on, the download will stop and you will be redirected to the log on screen. Download will resume after a successful log on.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.