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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -