Valorant Store Checker
Description
VSC (Valorant Store Tracker) is an open source iOS app that allows you to track your store and preview your skins. It allows for easy on the go access to your otherwise unaccessible skin shop as well as a place to easily preview everything before buying.
Installation
Community
Join the Discord server to chat around or for support! See the Website if you wish to check your store on your computer.
Screenshots
Frequently Asked Questions
Why does the app need my login information?
While many of your statistics are free to access without your password, your store is a notable exception as it is considered sensitive information. In order for the app to access your store, it needs your login information where it obtains your store through this open source API.
What are the measures in place to protect me?
In addition to never storing your password, sensitive information including your region is secured behind Keychain. The app is also open source, allowing anybody and everyone to access the code at all times. Your privacy is a priority, and I have done everything in my power to ensure it. For legal mumbo jumbo, see here.
What assets are downloaded?
If you are perceptive, you will notice that the app downloads assets on your first launch. These are image assets allowing you to use the app's Skin index feature at all times, even when offline.
What does remember password do?
The current way that the reload button requires cookies instead of your username and password, allowing the app to not store your password at all. However, these cookies expire after a certain period, requiring the user to sign in again. In order to streamline this process, remember password allows the user to save their password and allow for automatic behind the scenes sign in. If the user wishes to not save the password, they can simply sign out and sign back in to create new cookies.
Acknowledgements
Thank you to the following people and repositories:
- juliand665 for their invaluable help in answering my many SwiftUI question.
- Lunac-dev for his continuous support and creation of the Valorant Store Checker project.
- RumbleMike/ValorantClientAPI for the API that makes it all possible.
- techchrism/valorant-api-docs for the detailed documentation.
- Valorant-API.com for providing assets.
TOS and Privacy Policy
TOS follows the MIT License