Integrating Box-Sdk with iOS application - ios

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.

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

Related

Document Picker in React Native

Scenario: Say end-user got a attachment in mail app in ios. And user wants to upload this file in my app.
In React native is there any good working component? I want to use it to create facility where my user can upload files( not images).
Any help would be appreciated.
As suggested by #jaineshdoshi, component hosted at www.npmjs.com/package/react-native-document-picker can be used as document picker..
ps: since ios 11 has file app, this solution might work differently on older ios version

How to integrate Aftership API in ios

I am working on iOS App where I have to use Aftership SDK for tracking the order-details. While integrating aftership sdk with my app I am facing problem of app crash. I have followed their doc https://www.aftership.com/docs/api/4 also downloaded the SDK from the link https://github.com/AfterShip/aftership-ios. It is not get clear, how to use from its docs page to integrate this API and I haven't found any useful blog or article which would guide me to integrate this.
Also we need to use pods for installation. As I am new to iOS I am not getting how to use pods and make the SDK ready.
This is my first time working on these type of project so Can anyone please help me, to get this done. I will be very thankful.

Implement Settings in Titanium based iOS app

I'm currently working on a Titanium based iOS application.
I want to display the application settings in settings app.
In iOS we can easily do it using info.plist.
Is there anyway to do this in Titanium ?
I searched a lot but couldn't find any solution.
Please help me, Thanks in advance
take a look in the kitchen Sink example, it shows how to do this
http://developer.appcelerator.com/question/50131/gettings-app-properties-into-iphone-settings-app

BBM integrated with App

I am developing an app where I need to use BlackBerry Messenger (BBM) in it. As I am new to Blackberry development I don't know how to do it. Actually I have gone through many sites & I came to know that I need to install BBM SDK ... after that I get problem not find class error .. I solved this by verifying the jar and used the generated one, but I still have the problem that I get the error and can't build the project .. So I need to know how to integrate BBM into my App?
As I am new to this development any small help will be appreciated.
Thanks in advance ...
This is the official page:
http://us.blackberry.com/sites/developers/blackberry-messenger.html
Also have a look at the TicTacToe sample project inside JDE.

Good example of how to build an iphone app that integrates with facebook

I have experience building iPhone applications, however I'm new to the facebook API for iOS. Does anyone know of a good example of an iOS app that will post to user's facebook wall? I'm trying to integrate this functionality into an existing app that I'm working on. Thanks!
Check out the following open-source project:
facebook-ios-sdk
It's an open-source library to let you post to Facebook from your own iOS app.
They have posted code for a sample ViewController here as well. Unfortunately this doesn't do an explicit wall update, but it does read the users' status and request them to log in. And underneath this you can retrieve the source for the entire demo application:
https://github.com/facebook/facebook-ios-sdk/blob/master/sample/DemoApp/Classes/DemoAppViewController.m#L79
https://github.com/facebook/facebook-ios-sdk/tree/master/sample/DemoApp
You can check our documentation for iOS SDK 3.0.8 here at
https://developers.facebook.com/ios/
Download the SDK package here at
https://github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.0.8.pkg
Then try the samples/ folder for the existing samples.
Specially you can look at Scrumptuous and Hackbook for latest examples.

Resources