Closed
Bug 1139057
Opened 10 years ago
Closed 6 years ago
Register for iOS's background fetch mode to maintain Firefox Account state
Categories
(Firefox for iOS :: Firefox Accounts, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: nalexander, Unassigned)
References
Details
The iOS equivalent of Android's SyncAdapter is a UIApplication level performFetchWithCompletionHandler:, see [1] and [2].
We should register for such a fetch and maintain the Firefox Account state -- exchanging tokens, etc -- a few times a day.
[1] https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html
[2] https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/index.html#//apple_ref/occ/intfm/UIApplicationDelegate/application:performFetchWithCompletionHandler:
Reporter | ||
Updated•10 years ago
|
OS: Mac OS X → iOS 8
Hardware: x86 → All
Reporter | ||
Comment 1•10 years ago
|
||
After discussion with rnewman, tecgirl, and darrin, we are unlikely to support this for v1.
No longer blocks: iosfxa
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•