Is there a way to simulate an app crashing? Purpose being I want to check that data is gracefully saved & retained if somehow app randomly crashes on an actual user device.
Ooh, there is a lot of ways crashing your app) For example, index out of range exception:
NSArray *array = @[];
array[1];
Or in short form:
@[][1];
You can press Stop when running in debug mode..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With