Hi All,
While Running Survey123 Template from App Studio (Version : 4.3.193), I'm getting below error:
Please let me know how to fix this error.
Thanks,
Krish
Krish,
It is a breaking change that is introduced in 4.3, on EmailComposer, you need to change the "onComposeError" with "onErrorChanged". EmailComposer was in Beta, and now it is released with a better error handling patterns.
Apps that previously used the EmailComposer onComposeError signal will have to be rebuilt using the new onErrorChanged signal. Without this change, the app will fail to launch.
What's new in AppStudio—ArcGIS AppStudio | Documentation
Thank you,
Erwin