Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

[WIP] iOS 7 の Background Fetch と Remote Notifications に対応 #73

Merged
merged 10 commits into from
Dec 1, 2013

Conversation

naoya
Copy link
Owner

@naoya naoya commented Nov 30, 2013

iOS 7 の場合、それぞれを契機にタイムラインを更新しユーザーの待ち時間をカットする

TODO

  • i実機テスト
  • 設定でオフにできるように
    • 省電力のため、アプリが休眠している間はオフにしたい人もいるだろう
    • 「バックグラウンドでの更新」のみの設定 ON/OFF
      • アプリ起動中の処理までは加味しない (自動更新自体を OFF にするのではない)
    • いや、それならそもそもプッシュ通知をオフにするはず・・・、ので設定は必要ない
  • 自分のブックマークも更新されるように
    • 自分のブックマークは timebased じゃないので保留
  • アカウント切り替え時問題ないか
  • push notification を使ってるユーザーには periodical timer による polling は提供しない
    • push が来るよう設定してても設定が誤ってて受け取れないユーザーもいるし、イキ
    • push notification で background と foreground での update が被ることもないし

naoya added a commit that referenced this pull request Dec 1, 2013
[WIP] iOS 7 の Background Fetch と Remote Notifications に対応
@naoya naoya merged commit 787c00d into development/2.6 Dec 1, 2013
@naoya naoya deleted the feature/backgroundfetch branch August 17, 2014 00:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant