Getting started with the Spotify iOS SDK

preview_player
Показать описание
In this video we look at how to incorporate the Spotify SDK into your Swift iOS app. We cover how to:

- Register a Spotify Developer App
- Create a simply iOS that connects to Spotify
- Configure the iOS app to work with Spotify
- Run on a physical device

0:00 Intro
0:42 Demo
1:25 Overview
2:43 Creating a developer app
4:10 Create new iOS app
6:38 ObjC flag
7:20 Bridge header
14:19 Building the app
16:44 Authorization
21:45 Physical device

🤖 Source code

🕹 Level up further with these awesome courses

Professional iOS Development

Data Structures & Algorithms

Level Up in AutoLayout

Level Up in Swift
Рекомендации по теме
Комментарии
Автор

Is it possible you make this tutorial for SwiftUI as well?

rishabhmaini
Автор

Oh man am I glad I found your channel! Thank you for making this, so helpful. Also, huge props to actually giving the demo upfront, not enough people do that.

natedavis
Автор

Thank you much! You posted this at the perfect time. Without this I wouldn't have been able to start my final project for my junior cs class

zonever
Автор

The complete easy step by step walkthrough I've ever seen. thanks for amazing job.

HashemRC
Автор

This video helped SO much. Thank you a ton! Was wondering why my setup wasn't working (I did not setup my info.plist properly and was missing the part where I have to send the code to Spotify in order to retrieve the access token). Your video not only solved my problems, it also taught me a lot about the process too. Very grateful I came across this video

rehanchaudhry
Автор

Thanks a Lott for the tutorial, I'm glad that I found you man.

rohitnikam
Автор

Oh, your later videos actually look nice 😎 My harsh advice must have work backwards through time 😱

chickenduckhappy
Автор

What a great resource! thanks for sharing it

XxFINSIxX
Автор

Hi, thank you for this video! I have created the application in SwiftUI format and it runs on my iPhone! I am having an issue however as once Spotify has authenticated my account I am not redirected back to my App. Just wondering if you had any ideas why this might be happening? Thanks

lincolnpow
Автор

I'm a beginner to swift and find this video super helpful in explaining the process using spotify sdk. But I'm wondering if I don't want to connect to the spotify app and want to get response directly from the api using my own account, is that possible?

crossingc-rwqs
Автор

Can't we write the whole logic just in my objective C backend logic? I am not using Swift, but Qt framework for the UI, using Objective C native calls in the backend

lucklessdragus
Автор

Great video! Super clear and easy to follow! Is there any way you can make a video on how to do table views for top artists and songs?

domenic_f
Автор

Hi I'm getting this error" Building for iOS, but the linked and embedded framework 'SpotifyiOS.framework' was built for iOS + iOS Simulator."

bluespartan
Автор

dope video. what do you know about Inspector Norse!? Good taste! New Sub.

nikevokey
Автор

Is it this feature Spotify has closed down the 1. of September 2022?
There is a great blast out on Spotify forums from music teachers and musicians around the globe. I myself have used Spotify/Amazing Slow downer on a daily basis for practising my musical skills. From 1. of September I can’t connect to Spotify anymore. The inventors of this app says it’s due to a closedown of the iOS/Android streaming SDKs from Spotify. Is it this one?

martingerup
Автор

Its really strange, but i just download your app, changed your private info (cliendID & secret) and for me Auth is "X" with "unknown error has occured". Mb your solution is no longer correct, mb some shit is happens

undoeyk
Автор

Hi, I'm building an app with a very similar functionality to this one and almost everything works as expected. I'm having an issue though, if I have my Spotify mac app open and listening from there. My play pause button doesn't work properly if this is the case. Do you know if there's any different configuration we should follow when we chose to listen from different devices?

microcuts
Автор

Hello! I guess i found person who can anwser my question. Can i do something about making Spotify working on ios4.2.1 for ipod touch 2g? I mean i can even teach myself to program apps, but i just want to know is its even possible. Best regards, hoping for anwser

adriandomaradzki
Автор

Hi! I have followed your wonderful tutorial, although I have stumbled across an error while trying to build the code after importing my Spotify iOS framework.

Build input file cannot be found:

Xcode has mentioned that I do not have a build input file within my project folder. Any help would be appreciated. Thank you!

TheTrainIsCominggggg