1. 程式人生 > >在 Delphi 寫的 iOS APP 中使用 Background fetches 功能

在 Delphi 寫的 iOS APP 中使用 Background fetches 功能

背景知識:Background fetches 在 iOS7 時被加入進來。這個功能是讓 APP 在後臺時,iOS 會每隔一段時間(比如,30秒)呼叫一次 APP 的某個方法,用於從網路獲取資料。

關於這個功能,請仔細閱讀:

http://delphiworlds.com/2016/06/performing-background-fetches-ios/

和:

https://stackoverflow.com/questions/23130639/calling-objective-c-code-block-from-delphi

相關例子程式碼我已經上傳到 CSDN 裡面。