Exploring ReVanced RIF is Fun for Reddit: Classic Browsing Revived
Open Source & Free Forever

Exploring ReVanced RIF is Fun for Reddit
Classic Browsing Revived

This app is no longer available. ReVanced RIF (also called patched Reddit is Fun or RIF ReVanced) was a community patch for the final RIF APK (v5.6.22) that bypassed Reddit’s post-2023 API restrictions. The app is frozen from June 2023, Reddit now blocks new OAuth client IDs, and it cannot be installed or run on modern Android. This guide is preserved for historical and informational purposes only.

🚨

Reddit OAuth Crackdown: New Client IDs Nearly Impossible to Obtain

As of 2024–2026, Reddit has stopped freely issuing OAuth client IDs for third-party apps. New applications via reddit.com/prefs/apps now go through an approval process that typically results in denial. If you already have a client ID created before this change, guard it carefully. If not, consider alternatives like RedReader or the cygnusx1 Slide fork that do not require personal OAuth setup.

PATCH UPDATE June 2026

Morphe Patches Now Support RIF 5.6.22

The wchill/patcheddit patch set (distributed via Morphe Manager) now supports the final official RIF build. This patched RIF APK enables pro features without ads and rewrites Imgur album URLs to the newer format.

  • Base app: RIF 5.6.22 (final TalkLittle build)
  • Imgur album URL rewriting added
  • Pro features unlocked without Golden Platinum purchase
→ Jump to install guide
RESEARCH UPDATE May 2026

Reddit Tightens API Access for Legacy Clients

Community research confirms that Reddit’s OAuth application review process now rejects the vast majority of new client ID requests for “installed apps.” This directly impacts RIF ReVanced, Boost, Sync, and Relay users attempting fresh setups.

Workaround: Users report success using pre-existing client IDs or sharing developer access within a single OAuth app. Always verify redirect URIs match exactly: redditisfun://auth.

→ View wchill/patcheddit source →
MONTHLY ROUNDUP April 2026

What Changed This Quarter

🔧 Morphe Manager

Gaining traction as the preferred patcher for Reddit clients. Supports split APKs natively.

📱 cygnusx1 Slide

Fork of Slide that does not require OAuth patching. Viable alternative if you cannot obtain a client ID.

⚠️ Warning

Fake “pre-patched RIF” APKs spotted on third-party sites. Only use APKMirror for base APKs.

Exploring ReVanced RIF is Fun for Reddit: Classic Browsing Revived

TL;DR: ReVanced RIF (also called patched Reddit is Fun or RIF ReVanced) patches the final RIF APK (v5.6.22) to bypass Reddit’s post-2023 API restrictions using a custom OAuth client ID. It removes ads and preserves the lightweight interface millions preferred. Setup requires Morphe Manager or ReVanced Manager, a legacy RIF APK from APKMirror, and—critically—a valid Reddit client ID. In 2026, obtaining a new client ID is extremely difficult; this guide covers workarounds and alternatives. No root required.

What Is ReVanced RIF is Fun for Reddit?

ReVanced RIF is Fun for Reddit is a community patch for “Reddit is Fun” (RIF), the veteran Android client known for its lightweight, no-nonsense interface since 2010. After Reddit discontinued its free API tier in April 2023 and developer TalkLittle shut down the app in June 2023, ReVanced and Morphe patches allowed continued use by spoofing client IDs to bypass restrictions.

The package name remains com.andrewshu.android.reddit. Unlike the original RIF Golden Platinum (a paid ad-free version), the patched RIF APK unlocks pro features and removes ads without purchase—though the primary goal is restoring API access, not adding features RIF never had.

APK Information Table

Property Details
App Name RIF is Fun for Reddit (Patched)
Package Name com.andrewshu.android.reddit
Base Version 5.6.22 (Final official build, June 2023)
Supported Android Android 5.0+ (API 21+)
Patch Methods ReVanced Manager, Morphe Manager, CLI
Root Required No
Source (Base APK) APKMirror — RIF 5.6.22
Source (Patches) wchill/patcheddit (Morphe)

Old Versions & Download Archive

Because RIF was delisted from Google Play in 2023, APKMirror is the only trusted archive. Use these exact builds for patching:

Version Release Date File Size Download Patch Status
5.6.22 June 2023 ~4.5 MB APKMirror ✅ Verified working
5.6.21 May 2023 ~4.5 MB APKMirror ✅ Compatible
5.6.19 April 2023 ~4.4 MB APKMirror ✅ Compatible
5.5.25 2022 ~4.2 MB APKMirror ⚠️ Untested on modern patches

Core Features (What Patches Actually Do)

Be wary of articles claiming patched RIF adds features it never had. Here is what the patches actually provide:

Ad-Free Browsing Experience

Removes banner and interstitial ads from the free version of RIF. Equivalent to RIF Golden Platinum, but via patch rather than purchase.

OAuth Client ID Spoofing

The essential patch. Replaces the dead official client ID with your personal one, restoring login and API access post-2023. Redirect URI must be exactly redditisfun://auth.

Pro Features Unlocked

Removes the paywall for pro features like tablet mode and additional themes (Morphe patch set only).

Imgur Album URL Rewriting

The wchill/patcheddit patch set rewrites old Imgur album URLs to the newer API format, fixing broken image galleries.

Preserved Classic Interface

No UI changes. RIF’s fast, compact comment threading and inline media previews remain untouched—this is the primary reason users still seek RIF patched APKs in 2026.

🚫

This App Is No Longer Available

ReVanced RIF is Fun for Reddit is not available for download or installation. The final patchable base version (5.6.22) is frozen from June 2023, Reddit no longer approves new OAuth client IDs, and the app cannot be patched or run reliably on modern Android. This article is preserved for historical and informational purposes only.

How ReVanced RIF Works

Patches modify the original RIF APK via a patcher manager, injecting a custom OAuth client ID to spoof API access. The process is simple but requires version-matching:

<
  1. Download the official RIF APK (v5.6.22) from APKMirror.
  2. Obtain a Reddit OAuth client ID from reddit.com/prefs/apps (see warnings above about current denial rates).
  3. Set redirect URI to redditisfun://auth and type to Installed app.
  4. Import the APK into Morphe Manager or ReVanced Manager.
  5. Select the “Spoof client” or “Change OAuth Client ID” patch, enter your ID.
  6. Patch and install. Log in via browser redirect.

Installation Methods

Method 1: Morphe Manager (Recommended for Reddit Clients)

As of 2026, Morphe Manager with the wchill/patcheddit source is the most reliable way to patch RIF. It supports split APKs and includes RIF-specific fixes like Imgur rewriting.

Quick Setup
# 1. Install Morphe Manager from GitHub adb install morphe-manager.apk # 2. Add patcheddit patch source (in-app) # 3. Download RIF 5.6.22 APK to device storage # 4. Patch and install via ADB if needed adb install rif-patched.apk

Method 2: ReVanced Manager (Legacy)

Still functional for RIF if you have the correct patch bundle. Ensure you enable “Allow changing patch selection” in settings to select the OAuth spoof patch.

Method 3: CLI Patching (Advanced)

For users comfortable with command-line tools, the ReVanced CLI can patch RIF using the revanced-patches bundle. Useful for automation or bulk patching.

Method 4: Pre-patched APKs (Not Recommended)

We strongly advise against downloading pre-patched RIF APKs from unknown sources. They may contain malware, outdated patches, or stolen client IDs that Reddit will ban.

🛠️
Morphe Manager
Patcher · Reddit Client Support
Get Patches
🔧
ReVanced Manager
Legacy · General Purpose
GitHub Releases
⚠️ Avoid third-party APK blogs. Unofficial mirrors may bundle malware or outdated patches.

Version Compatibility Checker

🔍 Will Your RIF APK Patch Successfully?

Enter the RIF version you downloaded to check compatibility with current patch sets.

Troubleshooting and Fixes

Symptom Cause Fix
Login fails / “invalid credentials” Wrong redirect URI or bad client ID Ensure URI is redditisfun://auth (not rifis://fun). Re-create app at prefs/apps.
“Please match the requested format” error Android System WebView outdated Update Android System WebView via Play Store or APKMirror.
Login fails from certain countries Regional Reddit restriction Use a VPN (e.g., ProtonVPN) to log in from another country, then disable.
Comments not loading Expired client ID or API change Verify client ID is still active. Check wchill/patcheddit issues for API updates.
App crashes on launch Incompatible version or split APK Use RIF 5.6.22 universal APK (not bundle). Clear app data and re-patch.
Cannot obtain new client ID Reddit approval process Use a legacy ID if you have one, or switch to RedReader / cygnusx1 Slide.

Comparison: Standard vs. Patched RIF

⚖️ Quick Compare

✓ Official (but dead since June 2023)
✗ No API access — cannot log in
✗ Ads in free version
✗ No updates or security patches
✗ Pro features paywalled

✓ API access restored via OAuth spoof
✓ Ad-free (pro features unlocked)
✓ Community-maintained patches
✓ Imgur album fixes (Morphe)
✗ Requires personal client ID (hard to get in 2026)
✗ No official support

Social Proof: Real User Experiences

<
👤
r/Android · 2 yr. ago
▲ 245
“These are the apps that I’ve noticed they’ve added support for so far. (Edit: Baconreader too.) For those unfamiliar, you can patch these existing apps with your own oauth-client-id to continue using them.”
<
👤
r/Android · 2 yr. ago
▲ 89
“I’ve used nothing but rif for 10+ years lol. Remember to export your settings configuration before uninstalling (if your Reddit client has the option).”

Changelog Timeline

June 2026
Morphe Patches Add Imgur Rewriting
wchill/patcheddit updates RIF patches to rewrite legacy Imgur album URLs and unlock pro features.
Feature Fix
2024–2025
Reddit OAuth Crackdown
Reddit begins denying new OAuth client ID requests for third-party installed apps, making fresh RIF setups significantly harder.
Breaking
June 30, 2023
RIF Officially Shuts Down
TalkLittle removes RIF from Google Play. Final version is 5.6.22. App ceases to function for new logins without patches.
Shutdown

Key Terms Glossary

OAuth Client ID A unique string Reddit assigns to third-party apps. RIF’s original ID was revoked in 2023. Patched RIF requires you to supply your own.
Redirect URI The callback address after Reddit login. For RIF, this must be exactly redditisfun://auth. Any typo breaks login.
Morphe Manager A community patcher that supports advanced patch sources like wchill/patcheddit. Recommended for Reddit clients in 2026.
RIF Golden Platinum The original paid ad-free version of RIF. Patches achieve the same ad removal without purchase.
Split APK An Android app bundle format. RIF 5.6.22 is a universal APK, but some archives host splits. Use universal APKs for patching.

Before & After: Why Patch RIF?

❌ Dead Stock RIF ✅ Patched RIF

Cannot log in (API dead)
Ads in free version
Pro features locked
No updates since 2023
Imgur albums broken

Full login restored
Zero ads
Pro features free
Community patches active
Imgur albums fixed

Safety and Development Insights

Patches are open-source and reviewable on wchill/patcheddit and the ReVanced GitLab. Use your own client ID; never share it publicly. Reddit ToS technically prohibits circumventing API restrictions—use a secondary account if concerned.

Verified source hierarchy for safety:

<
  1. APKMirror (base RIF APK only)
  2. GitHub / GitLab (patch sources and managers)
  3. ReVanced or Morphe official channels

Avoid any site offering “pre-patched RIF APK” downloads with ads or paywalls.

Alternatives If You Cannot Obtain a Client ID

If Reddit denies your OAuth application, these require no patching:

  • RedReader — Open-source, no OAuth required, lightweight.
  • cygnusx1 Slide fork — Maintained fork of Slide with built-in workarounds.
  • Continuum — Another maintained Reddit client fork.

Frequently Asked Questions

It preserves RIF’s specific compact UI and speed. Boost and Sync patches exist, but only RIF ReVanced delivers the classic “Reddit is Fun” layout.

Yes, but only via legacy builds. There will never be a new official RIF version.

No. All patching happens on-device or via PC sideloading.

The patches are open-source. The risk lies in downloading base APKs from untrusted sources. Stick to APKMirror.

Yes, but you still need to patch in a working client ID to restore API access. The ad-free status is already present in Golden Platinum.

Reddit tightened approval in 2024–2025. Most new “installed app” requests are denied automatically.

Conclusion — App No Longer Available

ReVanced RIF is Fun for Reddit is not available and cannot be installed. What was once a way to keep the classic RIF interface alive after the 2023 API shutdown is now defunct. The final patchable base (v5.6.22) is frozen from June 2023, Reddit blocks new OAuth client ID registrations, and no new patches are being developed for RIF.

This article is preserved as a historical record of the ReVanced RIF project. For current Reddit browsing on Android, users must use the official Reddit app or other actively maintained alternatives like RedReader or the cygnusx1 Slide fork.

Last verified: June 2026. App status: DISCONTINUED / NOT AVAILABLE.

All trademarks belong to their respective owners. ReVanced is an independent open-source project not affiliated with Reddit or TalkLittle.

This app is no longer available. All trademarks belong to their respective owners. ReVanced was an independent open-source project not affiliated with Reddit or TalkLittle.

Last updated: June 2026 · App status: DISCONTINUED / NOT AVAILABLE

Similar Posts