killuhwhale / amace_validator

0 stars 0 forks source link

GlobalList doesnt Support Multiple Devices #11

Closed killuhwhale closed 1 year ago

killuhwhale commented 1 year ago

The GlobalList of AMACE status is used to provide data about the current AMACE status for an app.

However, some apps are not available on certain devices.

Solution:

  1. Only update list if we have a non crash or non install status.

This way, we can keep the same list but wont return bad apps.

**If we want to track if apps are available or not on a given device, we can maintain a separate list/ system.

killuhwhale commented 1 year ago

Apps are no longer reported unless they have a successful status.