タグ

backgroundに関するharigelのブックマーク (2)

  • While Your App Was Sleeping: Background Transfer Services

    About the content This content has been published here with the express permission of the author. Forcing your users to keep an app open and wait for files to download is like having a tea kettle that only boils water while you stare at it. In this talk, Gwendolyn Weston teaches how to use the iOS Background Transfer Service API to download files in the background, covering common pitfalls and bes

    While Your App Was Sleeping: Background Transfer Services
  • アプリケーションの状態とマルチタスキング

    App States and Multitasking.md アプリの状態とマルチタスキング 全体的に簡略化し、必要と思われる部分を抜粋しました。 Not running アプリは起動されていないか、実行されていたけれどもシステムによって終了されています。 Inactive アプリはフォアグラウンドで実行中ですが、現在はイベントを受信していません。アプリは、通常別の状態に遷移するときに少しの間だけこの状態になります。 Active アプリはフォアグラウンドで実行中であり、イベントを受信しています。フォアグラウンドのアプリではこれが通常のモードです。 Background アプリはバックグラウンドにあり、コードを実行しています。ほとんどのアプリはSuspendedになる過程で少しの間この状態になりますが、追加の実行時間を要求すると、しばらくの間この状態でとどまることができます。 Suspen

    アプリケーションの状態とマルチタスキング
  • 1