tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Check for app version of WireGuard #126

Open zner0L opened 2 months ago

zner0L commented 2 months ago

With #125 we are pinning the WireGuard version, but if WireGuard is already installed we do not update or downgrade the app. We should check for the version of WireGuard installed to ensure a known state. To implement this we need a function to read out the details of apps installed on the device.

Users experiencing issues with mismatching WireGuard version should simply remove the currently installed version from their test device and rerun the analysis as a workaround.

baltpeter commented 2 months ago

To implement this we need a function to read out the details of apps installed on the device.

Tracked in https://github.com/tweaselORG/appstraction/issues/127.