# Agora: Play The News — Master Your Reasoning

> Competitive news game testing reasoning, evidence use, and critical thinking skills. (iPhone/iPad app by AGORA INTELLIGENCE LTD.)

- Source: https://appshunter.io/ios/app/agora-play-the-news/id6781665501 (this page in markdown: same URL + `.md`)
- Developer: [AGORA INTELLIGENCE LTD](https://appshunter.io/developer/6781665503)
- Category: News, Games, Trivia
- Price: Free
- Rating: 4.80/5 from 14 App Store ratings · 27 written reviews indexed
- Age rating: 17+
- Requires: iOS 13.0 · 4 MB
- Languages: American English
- Released: 2026-07-20
- Data updated: 2026-09-12
- Monetization: free
- User reviews in markdown: https://appshunter.io/ios/app/agora-play-the-news/id6781665501/reviews.md

## What is Agora?

Agora turns the biggest story of the day into a competitive game. It does not care about what you think. It cares about how you think: how you use evidence, judge uncertainty, spot weak arguments and update your view. Win the daily game by out-reasoning your opponent. Play against friends or take on the wider Agora community.

PLAY THE NEWS : Understand the biggest story of the day through fast, fun games. Learn by playing trivia, true or false challenges, interactive briefings, puzzles and debates.

REASON: Answer questions, decide how confident you are and earn Reasoning Chips through play.

COMPETE : Out reason your friends or test yourself against the wider Agora community.

DISCOVER HOW YOU THINK : Track your reasoning over time. Agora reveals your strengths, weaknesses, hidden biases and the patterns shaping how you understand the world, including those you may never have noticed yourself.

MAKE YOUR OPINION COUNT : Use the Reasoning Chips you earn to support the issues Agora should focus on. The better you reason, the more influence you have within the community.

Agora is for people who want to understand the world, not simply scroll through it.

## Key features

- Daily news games
- Reasoning skill challenges
- Evidence-based gameplay
- Community and friend competition
- Personalized thinking analysis
- Community influence through earned chips

## Recent user reviews (10 of 27)

All indexed reviews: https://appshunter.io/ios/app/agora-play-the-news/id6781665501/reviews.md

### 5/5 — I love politics

*2026-08-11*

Politics can be complicated and hazy this game definitely stops that

### 5/5 — REALLY RECOMMEND!!

*2026-08-10*

Really great way to get you thinking about what you think. Very easy to use and engaging - can’t wait for tomorrow’s! Having the sources in the briefs is a nice touch and I like how it’s testing knowledge and engaging your brain in multiple ways with different question styles.

### 5/5 — Apple Sign in

*2026-08-08*

Does not work

### 5/5 — Great App!

*2026-08-02*

Apps Like This Are Needed For Ending Social Media Scrolling And Seeing News Stories From Different Viewpoints.

### 4/5 — Wishing for more time

*2026-08-01*

I like the informative nature of this. I just wish the time limit was a bit longer on certain rounds.

### 5/5 — First of its kind

*2026-07-31*

Not come across concept like this. The app is extremely well integrated and interactive to use. The stories are fun and engaging to play with the information being diverse and accessible. Would highly recommend to anyone looking for a unique and stimulating experience away from the “brain rot” of your average mobile apps.

### 5/5 — Different!!

*2026-07-31*

Agora is a different kind of app. It’s a place to learn, have fun, and make an impact. Nothing like it! The news stories are considered and engaging and I recommend it to everyone!

### 5/5 — Brilliant

*2026-07-31*

Great app! So helpful to be up to date with the news and learn something new every day

### 5/5 — Solid critical thinking trainer

*2026-07-30*

Keep it up.

### 5/5 — Such a great app!!

*2026-07-30*

This app is the perfect mix of both fun and educational!!! I feel like it keeps me up to date on world politics while challenging my own perspective, would highly recommend🙌🏼

## Frequently asked questions about Agora

### What is Agora's main purpose?

Agora transforms major daily stories into competitive games designed to test and improve your reasoning abilities. It focuses on how you use evidence, judge uncertainty, and update your views, rather than just your opinions.

### How does Agora work?

You play fast, fun games like trivia, true or false challenges, and puzzles related to the day's biggest story. By answering questions and indicating your confidence, you earn Reasoning Chips and track your thinking patterns.

### Can I play Agora with friends?

Yes, you can compete against your friends directly within Agora. You can also test your reasoning skills against the wider Agora community.

### What is the age rating for Agora?

Agora has an age rating of 17+, indicating it is intended for mature audiences due to the complexity of the reasoning challenges and news topics.

### How often is Agora updated?

Agora was last updated on July 20, 2026, with its initial release also on July 20, 2026. Future updates will likely focus on new content and features.

### What devices does Agora support?

Agora is available on iPhone and iPod devices, allowing users to play the news and hone their reasoning skills on the go.

### Does Agora have ads?

No, Agora does not contain advertisements, providing an uninterrupted experience for users focused on gameplay and analysis.

### How can I influence Agora's focus?

You can use the Reasoning Chips you earn in the game to support the issues you want Agora to focus on. The better your reasoning performance, the more influence you gain within the community.

## Version history (last 4 releases)

### 1.3 — 2026-08-26

Sign In With Apple is now available! You can now add your friends as contacts.

Further security work patched potentially vulnerabilties.

### 1.2 — 2026-07-31

Push notification updates - bug fixed were push notifications weren't correctly configured

### 1.1 — 2026-07-30

1.⁠ ⁠Push Notifications
Agora now sends push notifications via Apple Push Notification service (APNs).
Three notification types are in use:

  • Morning Story — a daily reminder when today's news story is published
  • Friend Played — fires once per friend per day when a friend completes a match
  • Streak at Risk — an evening nudge if the user hasn't played today and has an 
    active streak

All notification types are off by default for new users. Users opt in via 
Profile → Settings → Notifications, where each type can be toggled individually. 
Notification frequency is also tiered automatically by engagement level — infrequent 
players receive fewer types than active daily players. Device tokens are registered 
only after the user grants notification permission.

2.⁠ ⁠Account Persistence Between Sessions (Keychain)
The app wraps agoragame.com in a WKWebView. WKWebView's localStorage is not 
reliably persisted when the app uses a remote server.url configuration, which 
caused users to be logged out on every relaunch. To fix this, the app now stores 
Supabase authentication tokens in the device Keychain 
(kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly, ThisDeviceOnly — excluded from 
iCloud Keychain backup). Only keys prefixed with "sb-" (Supabase auth keys) are 
accepted; all other keys are rejected at the native bridge layer. This is used 
exclusively to keep the user's session alive between app launches.

3.⁠ ⁠Security Improvements
Game session integrity is now validated server-side. The server independently 
verifies each question answer and calculates the result — the client no longer 
submits scores or balances directly. This change is transparent to users and does 
not affect gameplay.

### 1.0 — 2026-07-20

No release notes.

## Related topics

[agora](https://appshunter.io/ios/topics/agora) · [agora vision](https://appshunter.io/ios/topics/agora-vision) · [ye nay thway](https://appshunter.io/ios/topics/ye-nay-thway) · [fibble](https://appshunter.io/ios/topics/fibble) · [dissident dialogues](https://appshunter.io/ios/topics/dissident-dialogues) · [punditz](https://appshunter.io/ios/topics/punditz) · [sistema informativo enfoque](https://appshunter.io/ios/topics/sistema-informativo-enfoque) · [the because game](https://appshunter.io/ios/topics/the-because-game) · [ask aristotle](https://appshunter.io/ios/topics/ask-aristotle) · [glenn kessler](https://appshunter.io/ios/topics/glenn-kessler) · [intelligence trivia](https://appshunter.io/ios/topics/intelligence-trivia)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-09-12.*
