OpenCritic unofficial mobile app
Access your favorite site with mobile app
- Main screen
- Game Review screen
- Author's Reviews screen
- Outlet's Reviews screen
- Game Browser screen
- Calendar screen
- Your Lists screen
- Your List (Wanted/Played/Favorite/Custom) screen
- Sign In screen (in some way...)
- About screen
- News screen
- Article screen
This app is not official opencritic app, so we can't use simple auth like this done on website. Embedded auth forbidden by almost all companies. But we can do it in another way:
- Go and authorize yourself on opencritic.com
- After you got authorized go to network tab of browser
- Refresh opencritic.com page
- Find in network tab request
GET https://api.opencritic.com/api/profile
- Copy header with named
x-access-token
- Copy and paste it in app auth screen
- That's all. You can see your lists, add/remove to/from Want/Played/Favorite list
- Android Studio
- KMP plugin
- Xcode (for iOS)
This app is not affiliated with OpenCritic in any way. Written for fun.