سؤال

In my app, if UIApplicationDidBecomeActiveNotification is dispatched I present a modal security unlock view.

Everything is working fine except UIApplicationDidBecomeActiveNotification seems to get called whenever the iOS shows the "The App would like to use your current location" popup.

Is there a way to differentiate when UIApplicationDidBecomeActiveNotification is being called?

I need to show the security unlock view when the app returns from the background.

هل كانت مفيدة؟

المحلول

Look at using the UIApplicationWillEnterForegroundNotification notification instead.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top