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

AssuranceClientInfo should only map to currently supported platforms #141

Open
cdhoffmann opened this issue Mar 18, 2024 · 0 comments
Open

Comments

@cdhoffmann
Copy link
Contributor

Currently the AssuranceClientInfo.getDeviceType() uses the UIDevice.current.userInterfaceIdiom which maps to an enum of all platforms. This means that whenever a new platform is added like so we need to update the enum even if Assurance doesn't support the platform.

Expected Behaviour

Actual Behaviour

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

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

No branches or pull requests

1 participant