SpotifyDemo
A Full Spotify App based on the Swift 5.5 that fetches album, tracks, playlists, episodes from api.spotify.com.
Install / Use
/learn @RathaKrishna/SpotifyDemoREADME
Swift Spotify App for iOS 15, iPadOS 15, macOS 12.
<div class="row"> <img src="https://user-images.githubusercontent.com/3157579/160372478-113ee5c7-b95d-4845-b334-fb93ecb46038.png" width="120" height="260"> <img src="https://user-images.githubusercontent.com/3157579/160372498-4921ffb9-7682-4f1f-b5e8-0107af021318.png" width="120" height="260"> <img src="https://user-images.githubusercontent.com/3157579/160372527-06ab7e92-7fd1-4853-bae7-119f83303ace.png" width="120" height="260"> <img src="https://user-images.githubusercontent.com/3157579/160372544-90ee4780-c49c-435f-9cbf-e67dd2099508.png" width="120" height="260"> <img src="https://user-images.githubusercontent.com/3157579/160372570-d882f245-5e67-40a0-aa62-ee9b3667b0fd.png" width="120" height="260"> </div>A Full Spotify Mustic App based on the latest Swift that fetches latest albums, tracks, playlists, episodes from https://api.spotify.com targeting iOS 15, macOS 12.
Features
The app has several main features:
<ul> <li>Official Spotify API Use</li> <li>Playlists, Playlist Creation and Remove Playlist</li> <li>Browse & Recommended Album</li> <li>Search Songs, Albums, Artists, More</li> <li>Playback and Playlists Playback with Skip to next and back</li> <li>Sign In/Sign Out (OAUTH 2.0)</li> <li>View Your Profile</li> <li>Save and Remove Albums</li> <li>Share Albums and Playlists with your friends</li> <li>Support Dark Mode</li> </ul>Getting Started
Register for an user account and obtain your own credentials from the Spotify Developer website https://spotify.com </br> Download Xcode 13 from App Store. </br>
Installation
Build and run the project using iOS 15, iPadOS 15 physical devices or simulator from Xcode 13 </br> For building macOS 12 target you need to use Xcode 13 Beta 5 or upcoming Xcode 13.X release and macOS 12 Beta 7. </br>
