When My iOS App enters the lock screen state, after about 10 minutes later, the program will be killed. -


when ios app enters lock screen state, after 10 minutes later, program killed. how not killed when app enter lock screen state.

in apps info.plist, add key called "required background modes" (an array) , add 1 or more items reason app must stay in background.

the info.plist file in xcode group called "supporting files"


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -