What is the pattern for handling resuming a user session for an iOS app restoration? -
i use resumelogin() async method when ios app starts or restored.
can pause restoration until function returns because have view controllers have behaviors dependent upon user session (or no user session).
or wrap such code in resumelogin() async call , live multiple server calls?
or in first resumelogin() call send message on success view controllers can watch , change ui they've built.
looking optimal, simplest maintain solution.
using swift / happy objc.
Comments
Post a Comment