3

One of my VoIP enabled app prints log for every 5 mins interval when app is in background.

But this log did not show at the time of log time.

All log shows at the moment of application coming to foreground by pressing on it.

But why?

Any help please.

MD SHAHIDUL ISLAM
  • 14,325
  • 6
  • 82
  • 89

1 Answers1

1

Update for Swift print function:

The print() function does log to the Target Output on Xcode in background. I verified it on iOS 8.1 (on the phone, not simulator) and the logs are printed by background location updates.

K.K
  • 2,647
  • 1
  • 26
  • 32