Roshi
Roshi

Reputation: 41

Integrating Box-Sdk with iOS application

I am working with an iOS application in which i have to authenticate with help of BOX-SDK for iOS and then upload images on Box. Firstly i used the sample app of BOX-API by Mr. lopopolo and upload images with that. Currently i want to integrate the api with my iOS application . i can work with the sample application but it uses storyboard . I am using XIB in my application so i get lots of issues. Can anybody tell me how to integrate Box-api with my iOS application. I have to integrate box-api with my iOS app.Please help me out only with the authentication process. Please explain the steps for integrating the api so that i can authenticate with view controllers and xib not with the Storyboard. Thanks in advance.

Upvotes: 0

Views: 795

Answers (1)

Boris Suvorov
Boris Suvorov

Reputation: 379

You should be able to use BOXContracts sample app to achieve your goal. it is not using Storyboard. https://github.com/box/box-ios-sdk-sample-app/tree/master/BOXContracts

Upvotes: 0

Related Questions