-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc087da
commit 5bd49e2
Showing
81 changed files
with
301 additions
and
1,387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
403 changes: 0 additions & 403 deletions
403
DemoProjects/NowPlayingView/NowPlayingView.xcodeproj/project.pbxproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...ects/NowPlayingView/NowPlayingView.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Now Playing View | ||
|
||
A project that demonstrates listening to and displaying the current player state, and allowing the user to control the playback. | ||
|
||
Steps: | ||
|
||
1. Install XcodeGen via `brew install xcodegen` command. | ||
2. Run `xcodegen` in the demo project | ||
2. Open `NowPlayingView.xcodeproj` | ||
3. Create an app in [https://developer.spotify.com/dashboard](https://developer.spotify.com/dashboard) | ||
- Add any name and description | ||
- Add the redirect URI: `spotify-ios-test-app://spotify-login-callback` | ||
- Check iOS SDK | ||
4. Edit Settings and add the bundleId `com.spotify.SpotifyAppRemoteDemo` | ||
3. Copy your `clientID` in `SceneDelegate.swift` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SPTLoginSampleAppObjc | ||
|
||
A project that focuses solely on the authentication part of the SDK. | ||
|
||
Steps: | ||
|
||
1. Install XcodeGen via `brew install xcodegen` command. | ||
2. Run `xcodegen` in the demo project | ||
2. Open `SPTLoginSampleAppObjc.xcodeproj` | ||
3. Create an app in [https://developer.spotify.com/dashboard](https://developer.spotify.com/dashboard) | ||
- Add any name and description | ||
- Add the redirect URI: `spotify-login-sdk-test-app-objc://spotify-login-callback` | ||
- Check iOS SDK | ||
4. Edit Settings and add the bundleId `com.spotify.SPTLoginSampleAppObjc` | ||
3. Copy your `clientID` in `ViewController.m` |
Oops, something went wrong.