How can I disable my app appearing as a 'Suggested App'

Hello,


My app contains sensetive data and I dont want a user to be able to launch the app without first having to enter the pin at the unlock screen.


Is it possible in anyway to disable the app being shown as the suggest app?


Many Thanks,

-B

Replies

I think the user can disable that feature, but your app can't control it's own participation status separately.


What steps are you taking now to control transitions?


What to Do When Your App Enters the Foreground


Returning to the foreground is your app’s chance to restart the tasks that it stopped when it moved to the background. The steps that occur when moving to the foreground are shown in Figure 4-4. The

applicationWillEnterForeground:
method should undo anything that was done in your
applicationDidEnterBackground:
method, and the
applicationDidBecomeActive:
method should continue to perform the same activation tasks that it would at launch time.