Skip to content

Jimmy-Prime/JPPlayer

Repository files navigation

JPPlayer

A music player tries to mimic Spotify iPad app

Get Started

  • A Spotify developer account, and create an app
  • A Spotify token swap/refresh server
  • Fill in four strings in constants.m, build project and all done

A client ID at your app page

NSString *SpotifyClientId = @"Client ID";

A Spotify login redirect URL, should match the URL scheme in xcode project. If you have any problem, follow the tutorial at this page

NSString *SpotifyRedirectURL = @"YOUR REDIRECT URL";

In order to swap and refresh token, you have to provide a token server. If you have no idea how to do it, look at the example project in Spotify SDK or this repository to create it at heroku

NSString *SpotifySwapURL = @"YOUR TOKEN SWAP URL";
NSString *SpotifyRefreshURL = @"YOUR TOKEN REFRESH URL";

License

JPPlayer is released under the GPL 3.0 license. See LICENSE for details.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/

About

A music player tries to mimic Spotify iPad app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages