-2

I can get this info from the file /private/var/preferences/SystemConfiguration/com.apple.AutoWake.plist for 3.x - 5.x firmwares, according hint from http://code.google.com/p/iphone-insomnia/

Where can i find this info for ios 6.0 ?

Maxim Kholyavkin
  • 4,463
  • 2
  • 37
  • 82

2 Answers2

0

iOS only have background/suspend/active/inactive/not-open state.

Normally, an App operates either in suspend/active state. You can request background process time with API and a separate handler function.

More information here

dklt
  • 1,703
  • 1
  • 12
  • 12
0

Most likely, it's not an answer. Just a piece of information which you may found interesting.

I grepped the binary and I found only mentioning of com.apple.AutoWake.xml (which should be accessible at the same directory).

The mentioning were in /System/Library/CoreServices/powerd.bundle/powerd /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation

Victor Ronin
  • 22,758
  • 18
  • 92
  • 184