Skip to content

MAX-POLKOVNIK/OpenCritic

Repository files navigation

OpenCritic

OpenCritic unofficial mobile app

Access your favorite site with mobile app

Features/Screen List

  • 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

Android

iOS

How to authorize and work with game lists

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

Tools

  • Android Studio
  • KMP plugin
  • Xcode (for iOS)

Note

This app is not affiliated with OpenCritic in any way. Written for fun.