log 134: next
step
Right before I submitted my app to Apple review, I had a ton of errors. It’s always great to do a final check before you publish anything. I decided that the best way to check my work is to delete all the user written data. Every single person who tested in the initial friends and family test was deleted. I did this to make sure that there were no errors when people sign up again and when they log in for the first time. Everything was working smoothly until I tried to make an account. An error in the first step. For some reason, when testing through TestFlight, it runs differently than on a simulator. So I had to spend the whole day fixing the errors in my code which only pertain to the TestFlight version. Most of it were small things that occurred when a new user signed up. I hope I caught them all, but there's no telling what can happen with someone else’s phone. But this is why it’s great to do a final review of the entire thing from the first step.