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
As a mobile application, I want SDL to support running the same app from multiple devices at the same time.
Detailed description:
When an app registers app interface, SDL checks if there is any existing app that has the same app_policy_id. If the result is no, SDL allows registering (as before). If the result is yes, SDL compares the device information to those of already registered apps that have the same app_policy_id. If it is not the same as any of those devices, SDL continues as before (allow register). If the device has been found, SDL rejects the request.
Description:
As a mobile application, I want SDL to support running the same app from multiple devices at the same time.
Detailed description:
When an app registers app interface, SDL checks if there is any existing app that has the same app_policy_id. If the result is no, SDL allows registering (as before). If the result is yes, SDL compares the device information to those of already registered apps that have the same app_policy_id. If it is not the same as any of those devices, SDL continues as before (allow register). If the device has been found, SDL rejects the request.
Actual Behaviour
Expected Result
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: