In my app, I have quite a few alerts, and what I have found is that if I do not add some sort of wait block between setting the alert message and title (I use blocks to set the title and message because I don’t want to make so many alert components), then it doesn’t update in time so sometimes it has the description of the last time the alert was supposed to be set.
So I started putting wait .00000001 seconds blocks in between setting the Title and Message. It did work, but only on my phone. When I tested it on my iPad and had my friends test it, it would just wait infinitely and so the alert would never show.
I’m pretty sure it is not because I set the wait time to be too low, at least on my iPad however long I set it to still made it freeze.
If anyone knows how to help with this or if the developers can fix this problem, it would be greatly appreciated!