Mantenere in background (musica, location)


/ Published in: Objective C
Save to your folder(s)

Mantenere in background (musica, location)


Copy this code and paste it in your HTML
  1. // Aggiungere nel file .plist
  2.  
  3. <key>UIBackgroundModes</key>
  4. <array>
  5. <string>audio</string>
  6. <string>location</string>
  7. </array>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.