my application having 2 views. login view , home view. on successful authentication user navigated home view.
issue facing here , in ios9 devices when application in background long time going login view (which root view controller).is expected behaviour in ios 9? because not getting behaviour on older os versions.
few more clarifications: app voip application, background running mode enabled.
maybe apple reduced time kill application running in background in ios9. better implement verify authentication in applicationdidfinishlaunchingwithoptions
using coredata or nsuserdefaults
Comments
Post a Comment