Acceptable practice for cancelling TouchID

I have the option to use touchID in my app if the user chooses to. I'm wondering though about the cancel option. I'm not planning on having a fallback. If the user decides to cancel it's simply because they've decided to close the app. Can I simply close the app using exit(0), or is this considered bad practice?
Acceptable practice for cancelling TouchID
 
 
Q