When receiving an APNS notification from Apple with a track URI, the song is only enqueued if the app is in the foreground. This poses a major problem as this makes the app wildly inconvenient. It may simply be a permissions issue in the app, or a project-breaking limitation.
I did some digging and the following may yield a solution:
spotify/ios-sdk#236
https://stackoverflow.com/questions/25486347/read-apns-payload-when-app-is-in-background
When receiving an APNS notification from Apple with a track URI, the song is only enqueued if the app is in the foreground. This poses a major problem as this makes the app wildly inconvenient. It may simply be a permissions issue in the app, or a project-breaking limitation.
I did some digging and the following may yield a solution:
spotify/ios-sdk#236
https://stackoverflow.com/questions/25486347/read-apns-payload-when-app-is-in-background