Serious question, why does everything require an app? Why can't the same thing be accomplished via the mobile web? I get so tired of being prompted to install apps when you could just *show me the damned web page*. Anything that requires speed can be done via webassembly, and sure, anything like games can ship a native app.
Apple is threatening to remove Fanhouse unless they give 30% of creator earning
71–80 of 593 posts
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#72Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#73Earlier quoted context omitted.
So Netflix?
It’s a subscription service and you’re not paying for individual content a-la-cart? We can play wack a mole all day and find special carve outs by Apple but “what about-ism” isn’t the (or their) point, it’s did they expect this to happen or not. Surely they knew at some point the tax man would come with absolute certainty so crying (hyperbolic) foul now is… disingenuous.
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#74Earlier quoted context omitted.
Usually for proper push messaging and background processing
Those have been part of the web standards for ages (serviceworkers, web notifications).
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#75Per https://fanhouse.app/ , "Fanhouse is the place where creators can monetize their social media personalities by posting freely about their lives, like a finsta, close friends story, or private alt, while connecting and engaging with their top fans." So they built a platform, where they take some cut for themselves, while allowing other people to sell some digital contents on their platform. Apple built a platform,…
This. She is operating a platform for creators…that is literally what the AppStore is. She knew the rules when she started playing this game, and wants to appeal to emotions and hyperbole like this is an issue between “life and death”. Why does she get to keep 10%? It’s arbitrary. What if I want to start an app that helps creators manage their Fanhouse content? Should I ask Fanhouse for a cut of their fees so that I…
Knowing the situation is not the same as accepting it. Just because I know a couple of large actors control the market does not mean I have to accept the situation.
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#76Earlier quoted context omitted.
I think none. Apple is clearly nickel and diming their own customers at this point. Now you're not only paying Apple for your iPhone, and Apple services, but you're also stuck paying them extra every time you buy a service from your iPhone. It's stupid and greedy. Like where do we draw the line?
If a grocery store allows you to order groceries online, but they make it into an app instead of a website, will Apple take a 30% cut on the groceries too?
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#77Per https://fanhouse.app/ , "Fanhouse is the place where creators can monetize their social media personalities by posting freely about their lives, like a finsta, close friends story, or private alt, while connecting and engaging with their top fans." So they built a platform, where they take some cut for themselves, while allowing other people to sell some digital contents on their platform. Apple built a platform,…
This. She is operating a platform for creators…that is literally what the AppStore is. She knew the rules when she started playing this game, and wants to appeal to emotions and hyperbole like this is an issue between “life and death”. Why does she get to keep 10%? It’s arbitrary. What if I want to start an app that helps creators manage their Fanhouse content? Should I ask Fanhouse for a cut of their fees so that I…
If she is using the app store payments, then fine. But if she is not using it, then that is a problem.
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#78Earlier quoted context omitted.
But then why doesn't Apple take a 30% cut of every Uber driver fee? 30% of every DoorDash delivered, etc? Why is a platform for monetizing artists any different than a platform for monetizing your car?
They draw a line between digital and physical purchases.
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#79Earlier quoted context omitted.
OnlyFans wouldn't be allowed in the App Store since it is essentially pornography. I am curious if they would given the chance, but they can't
Reddit allows pornography in the app if you've chosen NSFW setting. How OnlyFans is different?
It's the same reason why Chrome, Safari, Firefox etc can get away with it, despite clearly having accessible NSFW content.
Re: Apple is threatening to remove Fanhouse unless they give 30% of creator earning
#80Serious question, why does everything require an app? Why can't the same thing be accomplished via the mobile web? I get so tired of being prompted to install apps when you could just *show me the damned web page*. Anything that requires speed can be done via webassembly, and sure, anything like games can ship a native app.
It's hard to do photo/video/media integration on a web page. There no good way to interact with the filesystem to share content, start a livestream, etc. UIKit also make it pretty easy to create layouts that work well on your phone with swiping gestures. I am an app developer that would love to move to a mobile web app but those are the problems that I am running into at least. If web assembly can accomplish all of t…