UIApplicationExitsOnSuspend anything else I'm missing?

后端 未结 6 1896
借酒劲吻你
借酒劲吻你 2021-02-08 23:17

So I know this has been beaten to death but I still can\'t figure out a solution.

I have my UIApplicationExitsOnSuspend set to in the Info.pli

6条回答
  •  轮回少年
    2021-02-08 23:45

    It's important to note that your AppDelegate's "applicationDidEnterBackground" and "applicationWilLTerminate" methods are both called (in that order), even if your UIApplicationExitsOnSuspend is marked as (boolean) "YES".

提交回复
热议问题