<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic iOS SDK – Transfer Playback Issues After Token Authorization in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/iOS-SDK-Transfer-Playback-Issues-After-Token-Authorization/m-p/6952288#M17794</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hi Spotify Developer Support,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I’m reaching out regarding an issue we’re experiencing in our iOS app, NewTunes, which integrates Spotify playback via the official iOS SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;We’ve implemented session management and transfer playback using the `player.connect()` and `PUT /me/player` APIs per Spotify’s documentation. However, even with valid tokens and successful transfer calls, Spotify frequently bounces the user out of our app and into the Spotify app. Playback often does not resume unless manually initiated again. Additionally, `player.connect()` does not always re-establish control properly after idle states.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;We’ve reviewed the following open GitHub issues, which seem to describe this exact behavior:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-unlink="true"&gt;&lt;SPAN class=""&gt;1. On GitHub go to /spotify/ios-sdk/issues/374&amp;nbsp;&lt;BR /&gt;2. On GitHub go to /spotify/ios-sdk/issues/51&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;We’ve verified:&lt;BR /&gt;- The token is valid at the time of failure&lt;BR /&gt;- We’re using the latest Spotify iOS SDK&lt;BR /&gt;- We’ve implemented the recommended reconnection and transfer logic&lt;BR /&gt;- The app’s session socket appears to drop, even after issuing the transfer API call&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Our app is currently in public TestFlight beta, and this issue severely affects user experience. Can you provide guidance on:&lt;BR /&gt;- Whether this is a known issue with an ETA for fix&lt;BR /&gt;- If there’s a workaround for session persistence or preventing app switching&lt;BR /&gt;- Whether additional socket handling or flags are required for maintaining control&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you for your help and for continuing to support independent developers like us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Best,&lt;BR /&gt;Collin&lt;BR /&gt;iOS Developer, NewTunes&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Plan:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Free&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Country: USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 14:00:40 GMT</pubDate>
    <dc:creator>NewTunes</dc:creator>
    <dc:date>2025-05-08T14:00:40Z</dc:date>
    <item>
      <title>iOS SDK – Transfer Playback Issues After Token Authorization</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/iOS-SDK-Transfer-Playback-Issues-After-Token-Authorization/m-p/6952288#M17794</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hi Spotify Developer Support,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I’m reaching out regarding an issue we’re experiencing in our iOS app, NewTunes, which integrates Spotify playback via the official iOS SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;We’ve implemented session management and transfer playback using the `player.connect()` and `PUT /me/player` APIs per Spotify’s documentation. However, even with valid tokens and successful transfer calls, Spotify frequently bounces the user out of our app and into the Spotify app. Playback often does not resume unless manually initiated again. Additionally, `player.connect()` does not always re-establish control properly after idle states.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;We’ve reviewed the following open GitHub issues, which seem to describe this exact behavior:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-unlink="true"&gt;&lt;SPAN class=""&gt;1. On GitHub go to /spotify/ios-sdk/issues/374&amp;nbsp;&lt;BR /&gt;2. On GitHub go to /spotify/ios-sdk/issues/51&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;We’ve verified:&lt;BR /&gt;- The token is valid at the time of failure&lt;BR /&gt;- We’re using the latest Spotify iOS SDK&lt;BR /&gt;- We’ve implemented the recommended reconnection and transfer logic&lt;BR /&gt;- The app’s session socket appears to drop, even after issuing the transfer API call&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Our app is currently in public TestFlight beta, and this issue severely affects user experience. Can you provide guidance on:&lt;BR /&gt;- Whether this is a known issue with an ETA for fix&lt;BR /&gt;- If there’s a workaround for session persistence or preventing app switching&lt;BR /&gt;- Whether additional socket handling or flags are required for maintaining control&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you for your help and for continuing to support independent developers like us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Best,&lt;BR /&gt;Collin&lt;BR /&gt;iOS Developer, NewTunes&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Plan:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Free&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Country: USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 14:00:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/iOS-SDK-Transfer-Playback-Issues-After-Token-Authorization/m-p/6952288#M17794</guid>
      <dc:creator>NewTunes</dc:creator>
      <dc:date>2025-05-08T14:00:40Z</dc:date>
    </item>
  </channel>
</rss>

