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
Connect app to Core and open SDL app. (App should have at least 1 soft button)
Expected Behavior
If the button has an image not yet uploaded to Core, the manager should wait to send the image button till the image has been successfully uploaded to Core.
Observed Behavior
If the button has an image not yet uploaded to Core, the manager still sends the image button. Core returns an INVALID_DATA error.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 5.3
Testing Against: TDK (SYNC 3)
Test Case, Sample Code, and / or Example App
The SDL_iOS library example app.
The text was updated successfully, but these errors were encountered:
Bug Report
The screen manager's soft button manager sends image buttons before said images are uploaded.
The code below:
should be:
Reproduction Steps
Expected Behavior
If the button has an image not yet uploaded to Core, the manager should wait to send the image button till the image has been successfully uploaded to Core.
Observed Behavior
If the button has an image not yet uploaded to Core, the manager still sends the image button. Core returns an
INVALID_DATA
error.OS & Version Information
Test Case, Sample Code, and / or Example App
The SDL_iOS library example app.
The text was updated successfully, but these errors were encountered: