spotify / apps-tutorial

A Spotify App that contains working examples of the use of Spotify Apps API
https://developer.spotify.com/technologies/apps/
627 stars 146 forks source link

Application not installed #34

Closed cubanpete closed 10 years ago

cubanpete commented 10 years ago

Hi, thanks a lot for this tutorial, but I followed the description, created the folder, pulled the content from your Repository and uninstalled my old version of Spotify and installed the newest one. But I still get the "Not Installled - Application is not installed" in spotify when I run the search.... and yes I've enabled. Any ideas?

JMPerez commented 10 years ago

Are you typing spotify:app:api-tutorial in the search box? What does your folder structure look like?

cubanpete commented 10 years ago

Yes, I'm typing the above line in the search area "spotify:app:api-tutorial". I've placed your api-tutorial folder in a "Spotify" folder in my User folder "XXXX". I haven't modified anything in your files or folder structure....Any idea;)

thelinmichael commented 10 years ago

Could you please have a look in the cloned project, just to make sure that you've cloned the correct version of the tutorial. Would you mind posting the bundleIdentifier property from the manifest.json found in the project's root folder?

cubanpete commented 10 years ago

Hi Micahel, Yes I checked that It's the right version of the tutorial, that I've downloaded, and actually did it again to be sure.

The bundIdentifier is "api-tutorial" so that should be correct.

Have you installed this App as descriped in the Info text?

Thanks Kasper

JMPerez commented 10 years ago

@cubanpete, did you have any luck loading your app?

cubanpete commented 10 years ago

@JMPerez, thank you for asking, yes it finally loaded the app:) It's funny, cause I was sure that I tried everything, but as I looked trough the documentation, there are more required fields in the manifest files, than you put in your tutorial files.

https://developer.spotify.com/technologies/apps/guidelines/developer/

E.g you need to define all the application icons. I didn't get that one, so when I did, it loaded fine.

But thank you for a great tutorial, there are not a lot of examples, so keep up the good work.

JMPerez commented 10 years ago

Ummm. That's weird. It is required, but once you want to submit the app. It should work though without icons. Anyway, I'm going to add an icon and I will close this issue once it is there.