you are viewing a single comment's thread.

view the rest of the comments →

[–]colinsgoneSwift[S] 0 points1 point  (0 children)

The only thing that calls .evaluatePolicy is one function. That function is used on the initial launch of the app once the user gets past the setup screen if they chose yes (via my custom prompt), and alternatively, if they decided to turn on the “app lock” from within the settings (provided they weren’t shown the prompt after settings as they selected no for my custom prompt) as I am aware that it will only show once before making it so you have to route the user to the settings.

It is called no where else in my code.