Matt Spear
@mspear
I think for 15% you might need to apply for the small business program (and be <$1 million revenue): developer.apple.com/app-storeβ¦
Otherwise it is 30% commission β οΈ AFAIK
One other perk of the developer membership that is less know / useful β code level support via DTS (developer technical support) team
wow, thanks for sharing!
I've done this β but I used the graphQL api that is being deprecated and I'll need to replace it.
I love having widgets, mine just revalidates on a daily basis (when someone load the site):
https://api.wip.co/v1/users/me.json?api_key=wip_sk_FOOBAR
response["streak"]
Replace wip_sk_FOOBAR
with an API key from wip.co/my/api_keys
You'll also want to keep an eye on the Vercel functions Max duration which on the Hobby plan is 10s and even if you upgrade I think you'll need to specify if you want longer:
vercel.com/docs/functions/runβ¦
I ran into this a ton when running longer AI tasks / calling out to external serviced and had to create a webhook system π
Ahh yeah the JSON view? on the url: makeprogress.app/updates/<id>
That's just the update page I never built out!
Yeah super cool, I built makeprogress.app and had a tiny wins app on the backburner and love the process of on a monthly basis checking up on my wins, sharing them and encouraging others to do the same!
Bug? When I update a progress item and click update, I see code
Ahh yeah the JSON view? on the url: makeprogress.app/updates/<id>
That's just the update page I never built out!
Ahh yeah I just pulled that list from some of my mentoring work, I did think of a Swift specific resource that might be good though: learnxinyminutes.com/docs/swiβ¦ this site helps you pick up new languages quickly with a single file from simple to complex concepts including language feature π
I don't check X messages so much / get quite a bit of spam β I've got telegram on my profile might be better!
I do iOS / Swift development π± β can't think of a bootcamp!
I recommend breaking up your learning into areas:
- Programming (core concepts e.g functions, loops, if else...)
- Language (specific features e.g struct in Swift...)
- Framework (the tools built on top e.g SwiftUI for iOS apps...)
- App Development (process of joining the parts, e.g architectures...)
I've collected some resources here (lil old but still relevant):
mattspear.co/resources/ios
Would highlight:
- Stanford iOS Course
- A Best-in-Class iOS App by Jordan Morgan
- 100 days of Swift / Swift UI
- Apple's Introducing SwiftUI tutorial
Would be great to hear how you get on, which route you take to learn!
Feel free to drop me a message if you run into any problems π
Amazing! Thanks Matt! Will have a look. Functions, loops is no problem for me. I have done plenty of PHP stuff over the years and been "hacking" since the 90's. Swift is new though. Whats the best way to DM you if I have questions? X?
Ahh yeah I just pulled that list from some of my mentoring work, I did think of a Swift specific resource that might be good though: learnxinyminutes.com/docs/swiβ¦ this site helps you pick up new languages quickly with a single file from simple to complex concepts including language feature π
I don't check X messages so much / get quite a bit of spam β I've got telegram on my profile might be better!
Ha! Well would you look at that mattspear.co/blog/wins. Love what you wrote Matt. Thats what I'm working on: littlewinsapp.com.
Yeah super cool, I built makeprogress.app and had a tiny wins app on the backburner and love the process of on a monthly basis checking up on my wins, sharing them and encouraging others to do the same!
Bug? When I update a progress item and click update, I see code
Ahh yeah the JSON view? on the url: makeprogress.app/updates/<id>
That's just the update page I never built out!
I'm loving Tally right now!