Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running the same app from multiple devices at the same time #120

Open
KhrystynaDubovyk opened this issue Mar 22, 2019 · 0 comments

Comments

@KhrystynaDubovyk
Copy link
Contributor

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.

App MULTIPLE DEVICES
Actual Behaviour
MULTIPLE DEVICES
Expected Result
SINGLE DEVICE
same appID, same appName APPLICATION_REGISTERED_ALREADY SUCCESS APPLICATION_REGISTERED_ALREADY
same appID, different appName APPLICATION_REGISTERED_ALREADY SUCCESS APPLICATION_REGISTERED_ALREADY
different appID, same appName DUPLICATE_NAME SUCCESS DUPLICATE_NAME

Diagram:

N/A

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant