You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we send the initial text & images when the hmiLevel goes to FULL the first time. However, sometimes the image is not sent due to the file manager not yet being in the ready state. We should try to send the image again if the image upload failed due to this reason.
Reproduction Steps
Run iOS example app
Launch it on desired hmi
Expected Behavior
Images displayed correctly
Observed Behavior
Images not displayed
OS & Version Information
iOS Version: N/A
SDL iOS Version: 7.1
Testing Against: Manticore
The text was updated successfully, but these errors were encountered:
This bug doesn't look correct. The lifecycle manager should not be sending the HMI level change until after the file manager and all other managers are ready. If that's not happening, I think that's a manager bug not an example app bug.
joeljfischer
changed the title
Swift and Obj-C Example Apps - sometimes the image is not sent on the first HMI Level of FULL
File manager returns that files are not uploaded if the connection is > v4.4.0
May 25, 2021
Bug Report
Currently we send the initial text & images when the
hmiLevel
goes toFULL
the first time. However, sometimes the image is not sent due to the file manager not yet being in the ready state. We should try to send the image again if the image upload failed due to this reason.Reproduction Steps
Expected Behavior
Images displayed correctly
Observed Behavior
Images not displayed
OS & Version Information
The text was updated successfully, but these errors were encountered: