aware-client-ios-v2
aware-client-ios-v2 copied to clipboard
Multiple ESMs at the same time will only display the first one
trafficstars
If there are multiple esm schedules set for the same time, the app only repeats the first schedule, and never reaches the second/third/etc. The problem is that it checks that esmSchedules.count > 1 (to see there are multiple schedules) but then never advances past esmSchedules[0]. It looks like there was an attempt to do this with currentESMschedulenumber (which is commented out at the top of the page), but it was never fixed.
@saraxstrenger Thank you for your report. I'm sorry for the late reply.
Could you share with us the configuration file for the ESM which makes the bug? I'll test it on my side.