mszpro.com
🧑💻iOS VisionOS Engineer
✨Ex Apple Software Engineer (special project, Cupertino)
✈️WWDC Scholarship winner
🍁CMU Alumni
📱Indie developed 3 VisionOS games and 55 iOS apps on App Store🚀
Dream it. Chase it. Code it.
📚92本のQiita プログラミング記事投稿
⛰️自然、🌌アニメ、 📷撮影
114 posts
1,068 followers
456 following
Regular Contributor
Active Commenter
comment in response to
post
Thank you very much for your kind words! ✨
comment in response to
post
Fully agreed 👏
comment in response to
post
Thank you for sharing my app!
Myo is an image and short video (reels) app for Bluesky, featured on Tech Crunch. Please check it out 🙏 @jay.bsky.team
I’m an indie developer and also a huge believer of Bluesky! I’m always looking to bring more to the eco system.
apps.apple.com/us/app/myo-f...
comment in response to
post
Beautiful 🌸✨
comment in response to
post
I think it’s the default language setting, I’ll set it to English. Thanks for the heads up! ✨
comment in response to
post
Thank you😊ありがとう
comment in response to
post
Thank you ✨
comment in response to
post
Thank you so much Leo 😊👍✨ I’ll also link back to this page on my website!
comment in response to
post
Ah got it! That makes a perfect use case, and I’m going to implement that feature. Since the app is very old, I’ll need some time to make sure its code still works. I’ll let you know when I submit it 😊
comment in response to
post
Also you can change the language in iOS system settings, open apps, open Myo, and then use the language menu selector :)
comment in response to
post
Got it! Will fix these 2 issues in the next update! Thank you!
comment in response to
post
✨ Thank you for your kind words! 😊 Please feel free to let me know about your feedbacks at any time.
comment in response to
post
Oh wow awesome I’m happy to know my article could be helpful to you!
Enjoy your self hosted PDS. Let me know if you have any questions (I’ll try my best to help)
comment in response to
post
Hi thanks for reaching out!
I haven’t updated the app in a while but I’m happy to pick it up if it’s helpful for you!
Could you share more details about the use case of tagging photos from photo library? Because if you turn on GPS for iOS camera, it would automatically tag them.
Thanks!
comment in response to
post
I did change it to a ☁️ cloud play icon in the latest update ☺️ Thanks for the heads up!
comment in response to
post
Thanks for your message!
That feature is on the roadmap estimated to be released in next month.
If you’d like updates for the feature implementation or want to try it out in advance via beta testing, please open a ticket and mention me in the Discord community.
Best,
Dev of SoraSNS
comment in response to
post
Yeah awesome! You can also use the views provided by Apple in SwiftUI to show your subscription options.
comment in response to
post
Sorry for the delay! It’ll be submitted tomorrow. I’ll let you know
comment in response to
post
Thanks for your message! Oh no I did forget to do so 😅 I’ll add it in the next update, coming within the next 3 days. And please feel free to report any issues or feedbacks to me anytime ☺️
comment in response to
post
Tap on the avatar on the top right, tap preferences, then tap on your avatar image. You can also tap the My Posts button within the preferences view.
Frankly I feel like this shouldn’t be in the preferences page, so I’ll make a separate My Profile shortcut in the next update.
comment in response to
post
Thanks for sharing!
I take user feedbacks seriously! So at any time, please feel free to report any issues or feedbacks ✨
comment in response to
post
bsky.app/profile/mszp...
comment in response to
post
Hi!
Im happy to let you know that there’s no compile errors after I switched the platform to iOS 17, so it should be fully compatible.
So, I’m submitting to App Store today and it should be available soon to you!
Best,
Dev✨
comment in response to
post
Hi,
There’s some issues and I have submitted V1.1, please try it and see if it runs better on your device!
Also now that I added local algorithm, at the app launch there should be more than 100 videos available already without loading.
Best✨
comment in response to
post
@laiew.bsky.social
Sounds great✌️
comment in response to
post
Hi Leo,
Wow thank you!!! 😊 I appreciate your efforts for building such an awesome Bluesky resources collection site ✨
Also I’m releasing V1.1 update for the app today which fixes a lot of issues and introduces the dislike button for fine tuning the local For You video feed!
Thanks again! 🧑💻☺️
comment in response to
post
I’m gonna look into the system requirement today. If I can I’ll lower it to iOS 17🧑💻
comment in response to
post
That’s a bug when the token is being refreshed in V1.0, I’m submitting V1.1 today and it should have fixed this! But if you relaunch the app it should work. Sorry for the inconvenience!
comment in response to
post
@dkmomus.co
Oh cool I got it! So like separate follows for video feed and traditional feed? Or For You will use the video topics you liked to curate a tailored timeline?
That would be a great new feature! I already submitted V1.1 but I’ll work on that and include this in an update next week 😊
comment in response to
post
Interesting thoughts! 🧐 It’ll be good to see how users think of and if they will use this app in the long term! Because for me this is an experimental project too🧑💻
comment in response to
post
If this app gets traction I’ll start working on an Android version myself🧑💻 and I’ll let you know☺️
comment in response to
post
If this app gets traction I’ll start working on an Android version myself🧑💻
comment in response to
post
Submitting V1.1 update today:
- (New) view and receive notifications 🔔
- (New) local algorithm for the For You video feed to sort them based on activities
- (Fixed) app shows no videos and a relaunch is needed
- (New) post composer focusing on video uploads, by showing a media picker first
comment in response to
post
Oh wow that’s a critical issue😲 Thank you!!! I’m going to make a new icon in the update I’m going to submit today🧑💻 Definitely don’t want that to happen!
comment in response to
post
Thanks Damon! ✨🧑💻
comment in response to
post
Cool feel free to ask me any questions! ✨
comment in response to
post
If you head to the Mercato repository it says the step to implement it, including the part for listening to purchase events.
There, you need to mark the user as purchased, make the features available in your app, and then complete the purchase.
You should also save user's purchase status to cloud.
comment in response to
post
I would recommend you to checkout StoreKit 2 wrappers
github.com/tikhop/Mercato
Basically if you have a SwiftUI app, add a UIKit adapter to listen to changes and restore purchases.
Btw, if you do subscriptions and don't want to code it yourself there is the #RevenueCat
www.revenuecat.com
comment in response to
post
There’s an in-app purchase but I have set it to only show up if you have used the app for a few days. Some additional fancy features like post analysis will require in-app purchase immediately.
It’s made by combining UIKit and SwiftUI components.