←back to thread

55 points jonathang6k | 2 comments | | HN request time: 0.412s | source
Show context
srvaroa ◴[] No.40155366[source]
Nice feature!

Just curious, how long did the API extension approval take? (been waiting for almost 3 months on mine)

replies(1): >>40158589 #
1. jonathang6k ◴[] No.40158589[source]
Hmm, that's odd. Not sure exactly which approval you are referring to, but here is my experience:

The Spotify Web API actually required no approval, because it does not integrate with the user's account.

The current version of my app uses AppleScript, and was approved by the App Store within 24 hours. The next version will use Scripting Bridge, but I don't anticipate that will be an issue.

In the most technical sense, my app is not really an extension to the Spotify app, it is a standalone app that communicates with the Spotify app using Apple Events.

Hope this helps :-)

replies(1): >>40167926 #
2. srvaroa ◴[] No.40167926[source]
Yes, I assumed you did need some integration with the user's account (my case). Thanks for the answer!