{"id":20119584,"url":"https://github.com/box/box-ios-share-sdk","last_synced_at":"2026-03-08T11:39:23.672Z","repository":{"id":30402613,"uuid":"33955386","full_name":"box/box-ios-share-sdk","owner":"box","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-25T22:47:07.000Z","size":3807,"stargazers_count":4,"open_issues_count":3,"forks_count":3,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-04-09T13:46:54.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/box.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-14T20:29:51.000Z","updated_at":"2021-05-10T02:45:18.000Z","dependencies_parsed_at":"2022-09-23T00:30:34.474Z","dependency_job_id":null,"html_url":"https://github.com/box/box-ios-share-sdk","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-ios-share-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-ios-share-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-ios-share-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-ios-share-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/box","download_url":"https://codeload.github.com/box/box-ios-share-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252703454,"owners_count":21790887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T19:16:11.738Z","updated_at":"2026-03-08T11:39:23.608Z","avatar_url":"https://github.com/box.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)\n\nBox iOS Share SDK\n===================\n\n##Note:\n\n- The Box iOS Share SDK is in **Maintenance** mode. This means only critical bugs will be patched. However, new functionality and additional bug fixes may be added on occasion based on customer demand, but should not be expected.\n\nThis SDK allows you to show UI that allows users to view collaborators for their folders or create shared links for their items on BOX.\n\nDeveloper Setup\n---------------\n* Ensure you have the latest version of [XCode](https://developer.apple.com/xcode/) installed.\n* We encourage you to use [Cocoa Pods](http://cocoapods.org/) to import the SDK into your project. Cocoa Pods is a simple, but powerful dependency management tool. If you do not already use Cocoa Pods, it's very easy to [get started](http://guides.cocoapods.org/using/getting-started.html).\n\nQuickstart\n----------\nStep 1: Add to your Podfile\n```\npod 'box-ios-share-sdk'\n```\nStep 2: Install\n```\npod install\n```\nStep 3: Import\n```objectivec\n#import \u003cBoxShareSDK/BoxShareSDK.h\u003e\n```\nStep 4: Set the Box Client ID and Client Secret that you obtain from [creating a developer account](http://developers.box.com/)\n```objectivec\n[BOXContentClient setClientID:@\"your-client-id\" clientSecret:@\"your-client-secret\"];\n```\nStep 5: Launch a BOXSharedLinkViewController\n```objectivec\nBOXContentClient *contentClient = [BOXContentClient defaultClient];\nBOXSharedLinkViewController *sharedLinkViewController = [[BOXSharedLinkViewController alloc] initWithContentClient:contentClient fileID:@\"123\"];\n\n// You must push it to a UINavigationController (i.e. do not 'presentViewController')\nUINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:sharedLinkViewController];\n[self presentViewController:navigationController animated:YES completion:nil];\n```\n\nSample App\n----------\nA sample app can be found in the [BoxShareSDKSampleApp](../../tree/master/BoxShareSDKSampleApp) folder. To execute the sample app:\nStep 1: Install Pods\n```\ncd BoxShareSDKSampleApp\npod install\n```\nStep 2: Open Workspace\n```\nopen BoxShareSDKSampleApp.xcworkspace\n```\n\n\nCopyright and License\n---------------------\nCopyright 2015 Box, Inc. All rights reserved.\n\nLicensed under the Box Terms of Service; you may not use this file except in compliance with the License.\nYou may obtain a copy of the License at https://www.box.com/legal/termsofservice/​\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbox%2Fbox-ios-share-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbox%2Fbox-ios-share-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbox%2Fbox-ios-share-sdk/lists"}