TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by Ryan Gregg, Ace, Daron Spektor.
version 5.6
The Live SDK for iOS library is intended to help developers to easily integrate OneDrive into their iOS apps.
The repository here includes:
For questions on how to use the sdk visit http://stackoverflow.com/questions/tagged/onedrive
You can reference the iOS API in two ways.
#import "LiveConnectClient.h"
.If you reference the iOS API source code directly and you use Xcode 4.2 or later, you must disable Automatic Reference Counting (ARC). This is because the Live SDK for iOS library source code uses manual reference counting. If you want to use ARC, you can either reference the iOS API framework by following the steps in the previous section(see 2.1), or do an ARC conversion on the library source code.
Visit: http://dev.onedrive.com and click the "Develop” link.
Copyright 2014 Microsoft Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.