> In the case of Tumblr, this would be a reviewer going to search, typing in something like 'tits’ and finding porn. Just want to emphasize this part. App Store Reviewers are completely asinine. Like, dumb as a rock. It’d almost be funny if their stupidity didn’t block your app approval. To be explicitly clear: if your app contains UGC, they will explicitly go and search for things to ding you on, and then fault you…
> They will go to the search bar and type in “milf” or “butts” (I wish I were joking). They’ll try to search for drugs on your marketplace. I don’t understand why you think that’s dumb. This is what people who download the app will do, so they’re trying out real scenarios that will happen. They don’t want to have there be a segment on the nightly news saying, “App Store Full of Porn!” Which is what will happen in the…
A Tumblr developer on the App Store approval process
41–50 of 165 posts
Re: A Tumblr developer on the App Store approval process
#42Earlier quoted context omitted.
> They will go to the search bar and type in “milf” or “butts” (I wish I were joking). They’ll try to search for drugs on your marketplace. I don’t understand why you think that’s dumb. This is what people who download the app will do, so they’re trying out real scenarios that will happen. They don’t want to have there be a segment on the nightly news saying, “App Store Full of Porn!” Which is what will happen in the…
Why would the news say that app store is full of porn when you search it on Tumblr but not when you search it on Reddit? If they let at least one company do it it does seem kind of dumb.
Obviously you can still find nsfw content on reddit that isn't labeled as such, so beyond that, it's probably up to the developer's soft skills. reddit probably has some people who are good at framing the app in communication with review, escalating review decisions, and communicating content policies in a way that makes them seem consistent and trustworthy.
I don't know about tumblr, but unfortunately, I don't think many indie apps with user-generated content would have the bandwidth to develop the same relationship with app stores. So there is some de facto gatekeeping happening that benefits the largest and most well-spoken social networks.
Re: A Tumblr developer on the App Store approval process
#43> In the case of Tumblr, this would be a reviewer going to search, typing in something like 'tits’ and finding porn. Just want to emphasize this part. App Store Reviewers are completely asinine. Like, dumb as a rock. It’d almost be funny if their stupidity didn’t block your app approval. To be explicitly clear: if your app contains UGC, they will explicitly go and search for things to ding you on, and then fault you…
> They will go to the search bar and type in “milf” or “butts” (I wish I were joking). They’ll try to search for drugs on your marketplace. I don’t understand why you think that’s dumb. This is what people who download the app will do, so they’re trying out real scenarios that will happen. They don’t want to have there be a segment on the nightly news saying, “App Store Full of Porn!” Which is what will happen in the…
Re: A Tumblr developer on the App Store approval process
#44If your website allows upload of porn, let it live in on the free internet as long as we still have it and don't waste resources on making it an "app". Problem solved. If that eats into your returns in a significant way, you don't have a viable business model.
Re: A Tumblr developer on the App Store approval process
#45Re: A Tumblr developer on the App Store approval process
#46> In the case of Tumblr, this would be a reviewer going to search, typing in something like 'tits’ and finding porn. Just want to emphasize this part. App Store Reviewers are completely asinine. Like, dumb as a rock. It’d almost be funny if their stupidity didn’t block your app approval. To be explicitly clear: if your app contains UGC, they will explicitly go and search for things to ding you on, and then fault you…
> They will go to the search bar and type in “milf” or “butts” (I wish I were joking). They’ll try to search for drugs on your marketplace. I don’t understand why you think that’s dumb. This is what people who download the app will do, so they’re trying out real scenarios that will happen. They don’t want to have there be a segment on the nightly news saying, “App Store Full of Porn!” Which is what will happen in the…
Re: A Tumblr developer on the App Store approval process
#47Does Tumblr have to be an app for any non-marketing reason? If your website allows upload of porn, let it live in on the free internet as long as we still have it and don't waste resources on making it an "app". Problem solved. If that eats into your returns in a significant way, you don't have a viable business model.
A viable business model is one where, by definition, consumers will purchase your thing at levels that are sustainable. People use apps more than they use web browsers for the most part. Tumblr has to build what people want.
Re: A Tumblr developer on the App Store approval process
#48It's appalling to me that iOS developers still exist after all the hoops you have to jump through to get an iOS app out. I'm a web developer that got roped into developing and then publishing a react native app for android and iOS. The android process was relatively painless compared to the crap Apple has you do. For starters, you can't even produce an app build without running on iOS, so the company had to procure a…
Building reactnative apps is time consuming because of the library and it’s dependencies. Native compile times are much faster.
If you’re just changing JavaScript it should be more or less instant (you may not even need to recompile, hit R in the packager console or use hot reloading). If you add a new native dependency or change some native code, it will have to recompile any affected parts of the code but you should still see much quicker compile times than from a clean state.
Re: A Tumblr developer on the App Store approval process
#49That's not even going into the monetization pieces. As we are implementing tipping and multi-merchant subscriptions in Post+, we still have to use In-App-Purchases with it's severely lacking API.
The hoops we have to go through to get money from our App Store account to merchants are insane. We are using Stripe Connect infrastructure and Payouts API to do that, and that would be totally fine, as well as taking the fee hit.
The most insane thing is that the subscriber can be in a number of countries, where Apple fees differ (as they contain tax). But the webhook does not contain this information, so we had to reverse engineer the whole Apple pricing matrix and the fee calculation for each subscriber to know what portion to forward onto the Stripe account, and so on and so on.
It's been a ride.