Hey guys, in this Tutorial I will be givng out lists of varieties of UIAlertViews to use in your Tweaks & Patchers. As you know these can help credit the author, and stop some types of leeching which is very helpful. Anyway.. Let's get into it. Well first off before you attatch any UIAlert you need to know the specific App Delegate of the application in which you can find in Flex, Class Dump, IDA, etc. with just a simple search. Search applicationDidBecomeActive and you will find the delegate for the app. Now for the types of Alerts. This Alert is simple (Most Common). (Pops-Up Constantly anytime out of app & visit back, which includes control center interruption.): [Hidden Content] This Alert Pops-Up every launch of the app. (Recommended) [May not activate on some apps becuase the specific function may not be supported]. [Hidden Content] This Alert Pops up only once. It will never activate again on your device: [Hidden Content] Now we have finished the simple usage of UIAlerts, now want to add a button to your Alert to link to anywhere you like? Here: To Pop-Up Constant: [Hidden Content] To Pop-Up at Every Launch: [Hidden Content]