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

后端 未结 4 1913
耶瑟儿~
耶瑟儿~ 2021-02-11 11:18

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:32

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

提交回复
热议问题