Open
Description
Problem
Currently the mapping of device's model name is done within this SDK. The device's technical name will be converted to a marketing name.
Since the mapping is done in the frontend the list can be outdated and unable to map device names. The Android implementation does sync a list from an upstream party, the iOS' doesn't. The list can get outdated and adds another dependency within this SDK, thus more maintenance for parties who will implement this SDK.
Android
iOS
Solution
Move mapping to the backend.
Activity