Can we lock the app while app goes to sleep mode in IPhone?

后端 未结 4 1864
孤独总比滥情好
孤独总比滥情好 2021-02-11 10:52

I am working an app where lock option is included.My app starts with passcode screen.If I enter correct code then it navigates to next screen.If I dont use the app for long time

4条回答
  •  孤独总比滥情好
    2021-02-11 11:25

    check in app delegate class there the methods applicationDidEnterForeground and applicationDidEnterBackground are available do your coding there

提交回复
热议问题