4

I'm using background audio mode in my app to play music, but when the track list skips between tracks the app is shut down. My problem with tracking this bug is that when I run the app in debug mode with Xcode connected the app will stay in foreground forever! Is there a way to tell Xcode to let the app enter it's background mode with Xcode connected in debug mode?

3
  • Just tap on Home button of the device it will send the app in background mode and you can debug too. Commented Dec 25, 2016 at 19:51
  • Run the app in debug mode and send the app to background with the Home button. Any breakpoint or crash will be shown in Xcode. Commented Dec 25, 2016 at 19:51
  • Thanks for your answers -I Commented Dec 25, 2016 at 23:41

1 Answer 1

6

To simulate a background fetch, launch your app and then go to Xcode and choose Debug > Simulate Background Fetch.

enter image description here

You can also configure a scheme to control how Xcode launches your app. To enable your app to be launched directly into a suspended state, choose Product > Scheme > Edit Scheme and select the Background Fetch checkbox.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks - this was what I'm looking for but haven't seen it! THANKS!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.