Its a lot of work to customise the store for every bit of hardware. The same way that the store suggests pc games if you browse on Mac. Remember, the store Is the same for everyone
It’s literally one line of code to check the user agent. It’s probably not much more than that to set a value like owns_deck=True in the session based on the user profile.
Honestly, I doubt it has anything to do with the complexity. More likely it’s laziness or maybe it just never occurred to them.
Its a lot of work to customise the store for every bit of hardware. The same way that the store suggests pc games if you browse on Mac. Remember, the store Is the same for everyone
It’s literally one line of code to check the user agent. It’s probably not much more than that to set a value like
owns_deck=True
in the session based on the user profile.Honestly, I doubt it has anything to do with the complexity. More likely it’s laziness or maybe it just never occurred to them.