Until the last week the event 'ShowTextDialog' after it has been reised it was closed in iOS and Android.
Now in the iOS is not closed after reised (in Android, yes). In iOS it continues run in background.
Test the aia where you can see in iOS that when we want to active this event for second step the app will be stopped. Before the last week (?) it runs well same Android, now is not runs as Android.
TEST.aia (10,7 KB)
@ewpatton May be you can solve this iOS issue with a new block to "DismissShowTextDialog"?
Is this in the companion app or a built app that you're seeing this issue?
I have tested only with the IPA buit file.
Now I have tested with Companion and happens the same.
You can see in the AIA that the second "ShowTextDialog" is not showed and the app will be full stoped (not crash, only stop running).
I thing that the first "ShowTextDialog" is still running in background and tthat's why the app stops.
@ewpatton. Will we in the future a solution for this iOS issue?
Yes. We are a bit busy trying to get the next release out, but after next week there should be someone available to take a look.
1 Like
Until now the Notifier_ShowAlert was running well in the iOS platform. But today it not runs.
If you open a second screen2 and you exec one Notifier_ShowAlert in this second screen the alert is not showed in this second screen (it is showed hidden in the first Screen1).
In other examples even stop the app.
Attached one aia to test this new iOS Notifier issue:
TEST_2.aia (11,4 KB)
Whith the iOS Companion happen the same.
We're looking into it, thanks.
1 Like
Hello @ewpatton
Have you been able to find out anything about the behavior issue of the Notifiers on iOS?