(1) 1:28 Allow user to request to delete own uploaded data. (2) 3:12 Allow users to report offensive content on the App. (3) 3:38 Have a system to monitor reported content. (4) 4:14 Allow user to bloc other users. (5) 5:25 Should have Terms of service.
@1ManStartup Жыл бұрын
Those are the 5 that got me 😬. They are also listed in the description
@3litepker Жыл бұрын
@@1ManStartupinstead of putting it in the description, doesn’t KZbin have a native way of putting sections on the video?
@1ManStartup Жыл бұрын
@@3litepker Not that I've seen yet but maybe it's a new feature, I believe putting it in the description will make the sections.
@azrinsani2 ай бұрын
How many versions did you submit before getting approved?
@mohammedasif7306 Жыл бұрын
hey i was wondering where did you learn to code apps
@1ManStartup Жыл бұрын
Mostly from online, for me I always have an app idea and then figure out how to build it feature by feature.
@robinsola11159 ай бұрын
great stuff, definitely brought up things I didn't think about, so thanks!
@yantech.4249 Жыл бұрын
Amazing advise, Thank you
@1ManStartup Жыл бұрын
Glad it was helpful!
@brookedixon15637 ай бұрын
How did you go about the blocking feature? I’m using Adalo and I’m scared of getting rejected due to not having a blocking feature.
@1ManStartup7 ай бұрын
The app was already setup with friending statuses (requests, accepted, denied) so I added an additional status 'blocked' - then the block button will change the friend status, and I also updated all the queries to filter out blocked users for the current user. There are a few ways this can be improved but the setup I have works for my current usecase
@juanmacias5922 Жыл бұрын
How did you go about dealing with reported content?
@1ManStartup Жыл бұрын
I created a content report model which can associate to a recording/post. Then in the app there is a simple button where a user can click "report content" which will create that new entry & notify me. As of now, since the app is small, I will just review myself and remove content as needed. Additionally, I have a bool on the recording/ post model (called blocked) where if true the content won't show to anyone except the owner.
@juanmacias5922 Жыл бұрын
@@1ManStartup that's super interesting, thanks for sharing!
@sciversewithmtech10 ай бұрын
Am working on an app and the registration is from a web link, i don't think all this laws will apply this my clients app and besides is just to manage account and do transfer of funds. What do you guys think?
@1ManStartup10 ай бұрын
It's hard to say without knowing the full scope but you can read more here developer.apple.com/app-store/review/guidelines/#data-collection-and-storage
@ivank.204010 ай бұрын
Hi! Did you show how you block and remove reported content to Apple reviewers?
@1ManStartup10 ай бұрын
No, that wasn't necessary for me. As long as the ability to report it is in the app they didn't question the logistics of how it actually happens.
@ivank.204010 ай бұрын
@@1ManStartup Thanks. That is cool. I just preparing my app with user-generated content for reviewing. Your video is extremely helpful.
@1ManStartup10 ай бұрын
@@ivank.2040 Glad to hear, hopefully you get approved on the first time!
@ivank.20409 ай бұрын
@@1ManStartup One more thantk, man! Your video advice works! After implementation of all these steps I got approved!
@1ManStartup9 ай бұрын
@@ivank.2040 Fantastic! that's great to hear
@aradjalilian10 ай бұрын
5:22 number one thing devs tell you is Unique ID which is what most games to recognize users