Skip to content

Commit

Permalink
Updating to 1.4 iOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestergaardsc committed Jan 23, 2020
1 parent 6230aed commit 249f089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '12.0'
use_frameworks!

target 'LoginKitSample' do
pod 'SnapSDK', '> 1.3', :subspecs => ['SCSDKLoginKit']
pod 'SnapSDK', '> 1.4', :subspecs => ['SCSDKLoginKit']
end

target 'LoginKitSampleTests' do
Expand Down
6 changes: 3 additions & 3 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ With the *Production* `clientID`, your app can post the content from any Snapcha

1. Open Info.plist and modify the following attributes:

* `CFBundleURLTypes`/`CFBundleTypeRole` - Set it to `Editor`
* `CFBundleURLTypes`/`CFBundleURLName` - Set it to the app's `bundleID` ie. `$(PRODUCT_BUNDLE_IDENTIFIER)`
* `CFBundleURLTypes`/`CFBundleURLSchemes` - Set it to a unique string (without space) allow Snapchat to redirect to your app after
* `URL Types`/`Document Role` - Set it to `Editor`
* `URL Types`/`URL identifier` - Set it to the app's `bundleID` ie. `$(PRODUCT_BUNDLE_IDENTIFIER)`
* `URL Types`/`URL Schemes` - Set it to a unique string (without space) allow Snapchat to redirect to your app after
* `SCSDKClientId` - OAuth2 client ID you receive from registering your app
* `SCSDKRedirectUrl` - the URL that Snapchat will use to redirect users back to your after a successful authorization
* `LSApplicationQueriesSchemes` - Always set the value to `snapchat`
Expand Down

0 comments on commit 249f089

Please sign in to comment.