@matt1corey@iosdev.space
@matt1corey@iosdev.space avatar

matt1corey

@matt1corey@iosdev.space

Dad, Husband, Developer of Signals for HomeKit, Follow the Sun for HomeKit, and Bills to Budget!

This profile is from a federated server and may be incomplete. Browse more on the original instance.

RobW, to random
@RobW@iosdev.space avatar

deleted_by_author

  • Loading...
  • matt1corey,
    @matt1corey@iosdev.space avatar

    @RobW I’m pretty sure his drum kit was made up of a bunch of garbage can lids on that album - so annoying!

    jamesthomson, to random
    @jamesthomson@mastodon.social avatar

    I sure hope you like big calculators.

    matt1corey,
    @matt1corey@iosdev.space avatar

    @jamesthomson I’ll bet it would look even better with a hint of translucency on the dark blue background, to highlight the glass panel!

    davemark, to Rabbits
    @davemark@mastodon.social avatar

    Solid article on (the gadget, with design by Teenage Engineering) that's gone viral this week.

    I like the premise, but:

    • There's no real barrier to entry here. I expect a ton of cheap knockoffs
    • Where's the security? If I give this device access to my, say, Amazon account, what happens if someone steals it?

    https://www.wired.com/story/rabbit-r1/

    matt1corey,
    @matt1corey@iosdev.space avatar

    @davemark My take on this - it’s a delightful little device, but the only thing that’s holding Siri back from being able to replicate the demo is using an LLM model for Siri, and if that isn’t coming, boy is Apple missing the boat.

    They make a big deal out of Apps needing to be replaced, but they just use Website integrations instead - this already exists with AppIntents, and awkward OAuth logins aren’t required at all.

    matt1corey,
    @matt1corey@iosdev.space avatar

    @davemark I’m also cautious about their ‘LAM’ (Large Action Model) — LLM’s aren’t a ‘product’ in and of themselves, it’s a type of machine learning model that has come about through years of open research.

    I couldn’t find anything like the equivalent of that for ‘LAM’ - as far as I can tell, it’s more of a marketing term that put on an LLM model that’s been fine tuned to work with a plugin system.

    podomunro, to random
    @podomunro@iosdev.space avatar

    Envious of everybody who has their hands on the new macOS App Icon book. I wanted one, but I got charged an exorbitant amount in customs fees for the iOS one last time 😓

    matt1corey,
    @matt1corey@iosdev.space avatar

    @MuseumShuffle @podomunro can you sign it for me!? I don’t have the book, but it’d be awesome if you could sign Roddy’s copy for me!

    matt1corey,
    @matt1corey@iosdev.space avatar

    @MuseumShuffle @podomunro you charge for autographs? Write, must be big-time!

    stroughtonsmith, to random
    @stroughtonsmith@mastodon.social avatar

    🎙️ Been working on an awesome visionOS app that you'd love to show off now that device preorders are only a week away?

    Drop it in the replies here; if you'd like to be boosted, include:

    1️⃣ a screenshot or video
    2️⃣ a link-out to your site or App Store page
    3️⃣ use the hashtag

    Assume the reader knows nothing about you or your projects: what is your app, what does it do?

    Remember you can edit posts if you forget something, and mute the hashtag for a period if you don't want to participate

    matt1corey,
    @matt1corey@iosdev.space avatar

    @stroughtonsmith Making good progress on supporting visionOS for Bills to Budget! A great way to make sure you pay your bills on time, and get your spending under control - available now on iPhone and iPad, and soon for Vision Pro!

    https://app.appdivvy.io/redirect/b2b-mastodon

    manuel, (edited ) to random
    @manuel@iosdev.space avatar

    Hey all 👋 I'd love some help judging a design for an in-app announcement I plan to add to @zenitizer tomorrow 🤓

    I'd like to start a meditation community on social media to engage with users and let them share their progress, learnings, challenges and hold each other accountable.

    Now I'm worried this notice may annoy those who're not interested in social media, despite my efforts to show it tastefully and make it easy to dismiss.

    🙏 Please LMK what you think in poll & comments 👇

    matt1corey,
    @matt1corey@iosdev.space avatar

    @manuel @zenitizer I’m intrigued by the idea of fostering a community on social media, though - creating a community is something I’ve never attempted because I don’t think I’d stick with it, but this geeks somehow manageable. I wonder if it would be too watered down with the various options, though?

    matt1corey, to random
    @matt1corey@iosdev.space avatar

    Anyone have opinions on an email service for transactional emails? For Indie App Sales, I sent all of the emails by hand, it it was... a lot. It also didn't account for things like 'opt out', etc.

    It’s primarily transactional - i.e., an automated email for when a developer signs up, for when an app is approved, etc. I can build this myself, of course, but I'm looking at all options.

    There are some emails that I send out in the days leading up to the event as well. Price is a factor.

    matt1corey, to random
    @matt1corey@iosdev.space avatar

    The plot thickens on my Widget issues - solved the memory problem I was seeing when run from Xcode, but that build doesn't work when run from Test Flight, or from the App Store (same error from my prior build, which I assumed was the memory issue, since I was getting that error when run from Xcode.

    The Widget Bundle loads, and I'm seeing my CoreData logging (which is initialized in the Widget Bundle), but my Widget Configuration Intents don't load at all, with errors like what I've included 🧵

    image/png

    matt1corey,
    @matt1corey@iosdev.space avatar

    These errors are reminiscent of an AppIntent packaging error, but I'm not seeing any errors in my build logs.

    I'm afraid this might be a WidgetKit regression related to the fact that my AppIntents live in a shared framework that both the app and the WidgetExtension share using the AppIntentsPackage mechanism, but no proof yet. Next step is to hyper simplify, and see if I can get a Widget to work at all.

    @mgorbach Do those errors look familiar at all?

    matt1corey,
    @matt1corey@iosdev.space avatar

    Interesting - while the Widget itself just shows the placeholder, when I long-press to view the configuration of the Widget, this is all working fine 🤔

    image/png

    matt1corey,
    @matt1corey@iosdev.space avatar

    What in the world? I just created a super-simple Widget that just prints the time, has a single Bool configuration, and is enclosed entirely within the Widget Extension, and it doesn't work either. What is going on? Are anyone's Widgets working with Xcode 15.1 builds delivered via TestFlight?

    matt1corey,
    @matt1corey@iosdev.space avatar

    @MuseumShuffle Good to know - thanks. This simple example I have is pretty odd, and it's failing in a slightly different way than my normal Widget - it's not giving me the error I included previously, and the back of the Widget is completely blank -- my Bool configuration isn't there at all. Really weird, but hopefully if I keep simplifying, I'll eventually find something that works in TestFlight, and then I can rebuild to see where it breaks again.

    Not what I wanted to be doing right now!

    matt1corey,
    @matt1corey@iosdev.space avatar

    @MuseumShuffle oh, yours that are working use the SiriKit definition? I have one of those, and it works great - it’s just the AppIntent style Widgets that are broken

    matt1corey, to random
    @matt1corey@iosdev.space avatar

    My iPad has been forcibly taking control of my AirPods for no reason lately, pausing my music. What the hell??

    matt1corey, to random
    @matt1corey@iosdev.space avatar

    @telemetrydeck Random question - do you have anyone putting AppStore Connection metrics into TelemetryDeck? Would be sweet to use your Funnels to measure my Impressions -> Page Views -> Downloads -> Actual App Launch performance 😉

    matt1corey, to random
    @matt1corey@iosdev.space avatar

    @telemetrydeck Question on Funnels - if I want to create a funnel that only includes data for users who installed after a certain date (for example, in the last 7 days), how do I do that (assuming I include a 'firstSeen’ timestamp on my Signals)? The filter conditions only seem to allow filtering on selector conditions that ‘=' a variable, and not ‘>=‘

    My goal here is to create one filter showing data for the current week, and a second filter that shows the same data for last week (or similar)

    matt1corey, to random
    @matt1corey@iosdev.space avatar

    It's finally the day, and with a few last minute entries, we have a grand total of... 🥁drum roll 🥁… 400 APPS listed for ! 🎉

    There are some awesome deals listed here - give it a browse and see what you find! Don't forget that you can filter by category to find the apps you're interested in, and if you find something you like, give the app a ⭐️ ⭐️ ⭐️ ⭐️ ⭐️ rating in the App Store!

    https://www.indieappsales.com

    matt1corey, to blackfriday
    @matt1corey@iosdev.space avatar

    Another day, another few dozen apps - Indie App Sales is up to a mind melting 362 apps!

    Some of the deals have already begun - support an Indie Developer, and find a new app or two today!

    https://www.indieappsales.com

    matt1corey, to blackfriday
    @matt1corey@iosdev.space avatar
    matt1corey, to blackfriday
    @matt1corey@iosdev.space avatar

    Boom 💥! Over 320 participating apps! Articles and videos are starting to come out now, so if you have an app at a reduced price for Black Friday, today is the time to add it!

    We're approaching 200% growth over our July event! 🤯

    https://www.indieappsales.com

    matt1corey,
    @matt1corey@iosdev.space avatar

    @MuseumShuffle Lol - it was definitely a goal, but I didn't really have much context to know how likely it would be 🤷‍♂️. Definitely humbling to get such a response!

    matt1corey, to blackfriday
    @matt1corey@iosdev.space avatar

    Oh my - y'all told your friends, didn't you? Woke up to the biggest batch of submissions of any day so far (and it's not even noon here!) - Indie App Sales is up to a mind numbing 280 Apps!

    There are some really amazing apps listed, and I've already found a few gems that I hadn't seen before.

    Are you putting your apps on sale for Black Friday? Submit today!

    https://www.indieappsales.com

    matt1corey, to blackfriday
    @matt1corey@iosdev.space avatar

    And there it is - Indie App Sales has blown past 200 apps, and is now featuring an incredible 212 apps, all by Indie Developers, offering their app for sale during Black Friday!

    If you're planning to put your apps on sale and haven't added yours to the list, don't wait! Black Friday articles are starting to come out already!

    https://www.indieappsales.com

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • cubers
  • ethstaker
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • everett
  • Youngstown
  • mdbf
  • slotface
  • kavyap
  • anitta
  • GTA5RPClips
  • khanakhh
  • normalnudes
  • osvaldo12
  • provamag3
  • cisconetworking
  • Durango
  • tacticalgear
  • modclub
  • Leos
  • megavids
  • tester
  • lostlight
  • All magazines