Hi Sean, Your videos are awesome! Do you have any tutorial of UIKit in programmatic way? I'm a beginner and i want to start with UIKit. Thanks in advance!
I have one on getting started in programmatic here - ruclips.net/video/_U6_l58Cv4E/видео.html. I also have a full course on building an app in UIKit programmatically here - seanallen.teachable.com
Hi Sean, I want to ask, if I implement the in app ratings on a button click(tho not recommended), for example, if I click a button only 3 times in a year, then the review dialogue will be triggered, will it guarantee the dialogue will be promoted 3 times in a year as well? Thanks!
I believe the system takes into account if they've seen review request from OTHER apps as well. They don't want to bombard the user, so there's no guarantee it will show up on a button press (even if only 3 times).
Are you still doing the $20/ mo membership? I was going to enroll a few weeks ago but decided to wait for ios16 updates and now I don’t see that option anymore
I closed it to new members. It wasn't working out and new, unforeseen opportunities will limit my ability to create enough content to make the subscription service work.
How do I make it so that the stars are pre-filled to 5 stars and all the user has to do is just click submit? I've scoured the internet trying to find out how BIG apps like whatsapp achieve this but nothing has been found :(
My iOS Developer & Swift Courses - seanallen.teachable.com
What if they don't have iOS 16? I've used #available many times, but what is best practice for an environment wrapper like this?
Awesome! If they have already left a review? Does the store manage that or does the app?
I believe the system handles that
Hey Sean! Thanks for this video. This 3 times per 365 days per app quota is it per user? Need you to confirm this please.
Hi Sean, Your videos are awesome! Do you have any tutorial of UIKit in programmatic way? I'm a beginner and i want to start with UIKit.
Thanks in advance!
I have one on getting started in programmatic here - ruclips.net/video/_U6_l58Cv4E/видео.html. I also have a full course on building an app in UIKit programmatically here - seanallen.teachable.com
Thank you for a fluffless coding video
I do my best to be as concise as possible :)
Hello mr Sean ratings why no appear on TestFlight version? Or on TestFlight system disable appearing?
Hi Sean, I want to ask, if I implement the in app ratings on a button click(tho not recommended), for example, if I click a button only 3 times in a year, then the review dialogue will be triggered, will it guarantee the dialogue will be promoted 3 times in a year as well? Thanks!
I believe the system takes into account if they've seen review request from OTHER apps as well. They don't want to bombard the user, so there's no guarantee it will show up on a button press (even if only 3 times).
@@seanallen thanks Sean for replying me! A truuuue fan from botttom of the heart!!!
Are you still doing the $20/ mo membership? I was going to enroll a few weeks ago but decided to wait for ios16 updates and now I don’t see that option anymore
I closed it to new members. It wasn't working out and new, unforeseen opportunities will limit my ability to create enough content to make the subscription service work.
What if I have an application written in react-native and expo? Where would I code this swiftui code or is there a way to do this in expo?
Not sure. I've only written native my whole career.
How do I make it so that the stars are pre-filled to 5 stars and all the user has to do is just click submit? I've scoured the internet trying to find out how BIG apps like whatsapp achieve this but nothing has been found :(
I don't believe this is possible with the built-in review prompt.