To each their own, but I find this decision really misguided.
It’s her money, not mine, so whatever, but l do not expect her to turn a profit in, rather the opposite.
In my view, the cross section of “IfR” users and people willing to subscribe monthly is rather small (especially if the money mostly goes to reddit - assuming I could afford it, I, for instance, would rather fund an open system like Lemmy).
And if Apollo’s dev Christian Selig decided that it wasn’t worth it with an already established paying user base, who already has a strong culture of subscriptions and exaggerated pricings, and one of the highest volume of users, at what probably was the peak usage of the platform; I don’t see how a small app like IfR can survive.
That, or Christian made a pretty expensive mistake…
I love infinity but paying for Reddit to enable them to continue doing this is something I hope nobody does.
oot but, who is ‘her’ exactly?
edit: guys I’m serious, idk if op just mixed the pronouns or christian is a trans (unlikely since christian is a man name)
Subscription with less features (no nsfw). That’s a no from me. I will not be using reddit on mobile.
You don’t need echo
if you use the here string:
sed 's/ on mobile//g' <<< "I will not be using reddit on mobile."
And even with that subscription, you still get locked out of any post or subreddit that is marked NSFW, which will now be even more since subreddits are still protesting the changes.
Yes and they’re already blocking mobile web access to most porn subreddit. Only from their app, for “safety” 😉
Ever since the first pricing announcement, they said they’d lock out NSFW. Originally they said it would just be porn, but when asked how the API would differentiate different types of NSFW Reddit never replied.
When mods using 3PA asked how they were supposed to remove NSFW posts on non-NSFW subreddits, the Reddit reply was the posters shouldn’t be doing that. Yeah.
Right now nobody even knows which ones will be blocked or not because it’s hardly visible at the moment. It’s going to be an absolute clusterfuck once people start realizing their subreddits are improperly categorized as NSFW and are completely blocked from the API.
If it’s the same as the mobile website, then new/small subreddits are blocked too for being “unreviewed”.
I think the best thing to do if you want to continue using Infinity would be to just compile your own APK with your own API key.
I’ve never used android studio before but didnt take me very long to work out how, and it all seems to be working.
You only need to change a couple of settings and about 3 lines of code.
Someone made a Google collab notebook that takes your API keys as an input, takes care of the compilation and offers you a download link to get your apk. Zero knowledge needed!
I did try that method but for some reason it wouldn’t install. Seemed like it was conflicting with an already installed app (had already uninstalled it) so by using Android studio I could change the package name at the same time.
Also did see some people mention it might be a bad idea to give your API key out to randos on the internet which is fair enough.
Giving out such an API key is essentially what the infinity dev does, up until the 1st of July at least.
Reviewing the colab’s code, I did not find anything susceptible to leak your API key (or other info) to the author.
However, I have also seen users offering to build apks for others (which implies giving out API keys on top of installing software from a random guy). That seems indeed very dangerous.