Skip to content

Tweaker177/NoMorePaywalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoMorePaywalls

🍏 A jailbreak tweak for Apple News — no paywalls, all articles visible.

📌 What It Is

NoMorePaywalls removes News+ paywall barriers in Apple News on jailbroken iOS devices.
Built for people who want full access to stories without an expensive monthly subscription.

⚠️ Requires a jailbroken iOS device and tweak injection support (e.g., Substitute / libhooker).


🔧 Features

  • Removes Apple News+ paywalls
  • Works on iOS 10 → 18 (where jailbreak exists)
  • Minimal footprint — no UI, just behavior hook

🛠️ How To Build

git clone https://github.com/Tweaker177/NoMorePaywalls
cd NoMorePaywalls
# customize target (rootless / rootful)
make package

Notes

• Configure rootless vs rootful in the Makefile if needed

• add "64" to the architecture type in the control file if rootless is desired. it should say "iphoneos-arm64" if rootless otherwise "iphoneos-arm"

•	Built using Theos

•	Targets Apple News private frameworks

Installation

Install the generated .deb using your preferred package manager:

•	Sileo
•	Zebra
•	Cydia

Or manually via:

dpkg -i NoMorePaywalls.deb

Respring after installation.

How It Works

Apple News performs multiple internal checks to determine whether content should be restricted to News+ subscribers.

This tweak hooks those decision points and neutralizes the gating logic, allowing full article rendering without modifying UI state or network responses.

Details are intentionally kept high-level.

Legal / Disclaimer

This project is provided for research and educational purposes only.

You are responsible for how you use it.

License

MIT

About

A tweak that removes financial barriers and allows all Apple News+ for free.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors