Pass2U Wallet - The All In One Wallet
If you are a regular user of Pass2U Wallet, you will be annoyed by having to download dozens of app updates each month, in order to get the latest updates, as well as issues like the ones described in this FAQ.
The problem is not caused by the quality of the service, but by the way that we implement it. Every time we receive a request for a new version of the application, we need to install it and uninstall the old version first, which means that every update adds to the size of the application and that it increases the number of required permissions in the AndroidManifest file, which makes updates of the application more and more complicated.
Thus, we decided to use a different approach to updates: instead of updating the application itself, we developed the service to which we pass the request, and the application will be updated only if the user accepts the update.
For the user, this means that when you start the application, you can find updates available in Pass2U Wallet, even though you have already updated the application.
In order to pass the request, we need your permission to access the device's storage.