سؤال

I am implementing spotify in my iPhone app using CocoaLibSpotify library.
I need to show the error messages specified in the guideline https://developer.spotify.com/technologies/libspotify/guidelines-ios/.
Should I need to check the error codes in every places that have spotify library calls or is there any delegate function that called for a spotify error.
Please help me.

هل كانت مفيدة؟

المحلول

Many operations will return an NSError in their callbacks. When calling those methods, you must check the error and respond appropriately.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top