Hyo

124 posts

Hyo

Hyo

@hyodotdev

Developer

เข้าร่วม Ağustos 2018
83 กำลังติดตาม225 ผู้ติดตาม
ทวีตที่ปักหมุด
Hyo
Hyo@hyodotdev·
Our open sources are now backed by Meta! 🎉 On Korea’s Liberation Day, I’m excited to share — Meta is now sponsoring our in-app purchase libraries, from React Native IAP to Expo IAP. This unexpected support means a lot and feels like recognition for 8 years of dedication to IAP solutions. I’m working on new ways to make IAP even more accessible and reliable for developers. Stay tuned — exciting things are coming! #opensource #reactnative #expo #inapppurchase #iap #mobiledevelopment #Meta #sponsorship #thankyou #facebook
Hyo tweet media
English
9
10
109
6.1K
Hyo
Hyo@hyodotdev·
Locanara is now open source — an on-device AI framework for iOS & Android. LangChain for mobile, fully local. Composable chains, memory, guardrails, pipeline DSL. Same API across platforms. No cloud. Also available for React Native via expo-ondevice-ai. github.com/hyodotdev/loca… locanara.com medium.com/dooboolab/lang…
Hyo tweet media
English
0
0
0
79
belake
belake@belake195·
@hyodotdev I'm encountering an issue with the Godot IAP. When I export the project to Xcode for debugging, the build fails with an error indicating that GodotIap.framework and SwiftGodotRuntime.framework are missing the Info.plist file. Godot 4.3 and Xcode 26.2. Could you help me plz? Tysm!
English
1
0
0
7
Hyo
Hyo@hyodotdev·
🎊 Happy New Year 2026! 🎮 In-App Purchase for Godot is now available! Official OpenIAP support for the Godot Engine is here. Starting from openiap v1.3.11, GDScript types are fully supported. • Native GDScript API • iOS & Android from one codebase • Type-safe generated bindings 📣 Announcement: #2025-12-31" target="_blank" rel="nofollow noopener">openiap.dev/docs/updates/a… 📚 Docs: hyochan.github.io/godot-iap @godotengine @godotfoundation @godotcon @DevGodot #GodotEngine #GameDev #IndieDev #OpenSource #MobileDev #InAppPurchase #OpenIAP
Hyo tweet media
English
1
0
2
180
Hyo
Hyo@hyodotdev·
Merry Christmas 🎄 - by OpenIAP (openiap.dev)
Hyo tweet media
English
0
0
0
77
Hyo
Hyo@hyodotdev·
@arpit_bhayani Claude wants boss to take a rest
English
0
0
0
35
Arpit Bhayani
Arpit Bhayani@arpit_bhayani·
I was vibecoding and asked Claude to add a feature, and it legit (no kidding) cleaned up my database. I always thought such incidents were made up, but now that it has happened to me, I get it.
English
173
49
3K
217.3K
Hyo
Hyo@hyodotdev·
Messages like this are why I care so much about open source.
Hyo tweet media
English
0
0
0
190
Hyo
Hyo@hyodotdev·
OpenIAP has officially partnered with Gotterdammerung AB, a European game studio, to launch the new In-App Purchase Verification Service — designed to solve one of the biggest pain points for developers using IAP libraries: purchase verification. lnkd.in/gQJ29yhn We’re starting with a minimal, clean implementation — offered at about 5× lower cost than existing solutions. From here, we plan to expand steadily so developers no longer have to worry about verification complexity at all. 🔐 Purchase verification, now a single API call With just your IAPKit key and one call to `verifyPurchaseWithProvider()`, IAPKit takes care of all the previously complex, platform-specific logic — securely, consistently, and fully unified. 📦 Available today across OpenIAP core and third-party libraries lnkd.in/gPNc2xwG Expo IAP: lnkd.in/gBRpSBxK React Native IAP: lnkd.in/gtPXVMpi Flutter IAP: lnkd.in/gNF3cEtK KMP IAP: lnkd.in/gp3n74vu 🌐 Learn more iapkit.com With this launch, OpenIAP will continue to explore and build new capabilities to make the entire IAP ecosystem richer and more developer-friendly. #OpenIAP #IAPKit #InAppPurchase #OSS #IAP
Hyo tweet media
English
0
0
0
70
Hyo
Hyo@hyodotdev·
Sharing a visualized diagram of the OpenIAP ecosystem. It shows how the native IAP core (Apple/Google/Horizon) works together with the GraphQL type-generation layer and the client SDKs used in third-party libraries like React Native, Expo, Flutter, and Kotlin Multiplatform. If you're interested, you can check it out here: openiap.dev/docs/ecosystem #OpenIAP #InAppPurchase #IAP #OpenSource #OSS #ReactNative #Expo #Flutter #KotlinMultiplatform #iOS #Android
Hyo tweet media
English
0
1
1
122
Hyo
Hyo@hyodotdev·
We built a new styling library specifically for React Native! We love styled-components, but the runtime overhead always bothered us. So we made "kstyled" - it compiles styles at build time using Babel, giving you zero runtime cost while keeping the familiar API. Key highlights: ✅ Zero runtime overhead (compiles to StyleSheet.create) ✅ Same syntax as styled-components ✅ Smaller bundle (~10KB vs 13-21KB) ✅ 8-15% faster rendering (more for complex components) ✅ Full TypeScript support ⚠️ Note: kstyled is still in beta, so there might be some edge cases left to iron out. I’ve been using it in my own apps and have been really happy with the performance so far! Quick example: ```tsx import { styled } from 'kstyled'; const Button = styled.Pressable<{ $primary?: boolean }>` padding: 16px 32px; border-radius: 8px; background-color: ${p => p.$primary ? '#007AFF' : '#ccc'}; `; ``` If you're already using styled-components or emotion, migration is super easy! Docs: hyodotdev.github.io/kstyled GitHub: github.com/hyodotdev/ksty… #reactnative #reactnativeweb #reactnativedevelopment #style #CSS
Hyo tweet media
English
0
0
0
89
ROFI
ROFI@bidah·
ℹ️ Awesome Expo-compatible IAP library! by @hyodotdev. Perfect for seamless in-app purchases I am building my first app using @capsulethis and just discovered it. Feature set is very powerful: - Cross-Platform: Works flawlessly on iOS & Android with one API. Auto-handles platform quirks for consistent behavior. - TypeScript First: Full type safety, autocomplete, and compile-time error catching = smoother dev experience. - Error Resilience: Centralized handling + standardized error codes. No more platform-specific surprises. - Modern React Hooks: useIAP hook makes IAP integration clean and intuitive in function components. - Receipt Validation: Built-in secure validation for both stores. Edge cases? Handled automatically. - Up to Date :Always current with StoreKit 2, latest Billing Library, and new OS versions. Future-proof! Check it out link below 🧵👇
ROFI tweet media
English
3
1
8
1.7K
Hyo
Hyo@hyodotdev·
OpenIAP Now Supports Meta Horizon OS 🚀 Thrilled to announce that OpenIAP now officially supports Meta Horizon OS, enabling seamless in-app purchases for immersive VR experiences. Integrate Horizon-ready billing directly from your favorite framework: Available now: - Expo IAP v3.1.22 → hyochan.github.io/expo-iap/blog/… - React Native IAP v14.4.33 → hyochan.github.io/react-native-i… - Flutter In-App Purchase v7.1.13 → hyochan.github.io/flutter_inapp_… On Android, developers can use openiap-google-horizon to integrate Horizon-ready billing instantly. - Setup guide: openiap.dev/docs/horizon-s… - Kotlin Multiplatform (KMP) support is coming soon — stay tuned! Honored to collaborate with Ram, Markus, and Cortinico at @Meta, as well as the @Expo team in the React Contributor group(@reactjs). Together, making cross-platform IAP simpler, safer, and more unified than ever. #OpenIAP #ReactNative #Expo #Flutter #Meta #HorizonOS #VRDevelopment #MobileDevelopment #OpenSource #DeveloperCommunity
Hyo tweet media
English
0
0
0
95
Priyanka Pudi
Priyanka Pudi@priyankapudi·
@hailluek yep I agree on that, but mobile dev makes things easier in app purchases easily trusted by the new users can implement the push notifications easily more secure and have to face apple rejections 1000 times before actually uploading to appstore 😅😂
English
4
0
13
1.5K
Luke
Luke@lukecodez·
Why no one is learning App devlopment ?
Luke tweet media
English
627
151
4K
418.8K
Hyo
Hyo@hyodotdev·
🚀 OpenIAP now officially supports Alternative Billing! After spending the last few weeks resolving some complex issues, this announcement came a bit later than planned — but good news: it’s already been featured in This Week in React! 🎉 Both react-native-iap and expo-iap now officially support Alternative Billing, fully powered by OpenIAP. 📱 Platform Notes On Android, the User Choice Billing mode lets you seamlessly combine in-app and third-party purchase flows within the same UI. In some regions (including South Korea), availability is still limited — please check your country’s policy. 💡 Why use Alternative Billing? Implementing unauthorized third-party payments may lead to App Store review rejections. Alternative Billing, on the other hand, follows Apple’s official guidelines for compliant third-party payment flows. The following OpenIAP-based SDKs are fully aligned with these guidelines: react-native-iap, expo-iap, flutter_inapp_purchase, and kmp-iap. 💸 Boost your revenue efficiency! By leveraging external purchase links, developers can reduce platform fees and improve overall profitability 📈 In Apple’s EU model, for example, commission rates can drop from up to 30% down to around 10–17% when using approved Alternative Billing options. 🔗 Learn more: OpenIAP → openiap.dev/docs/external-… React Native IAP → hyochan.github.io/react-native-i… Expo IAP → hyochan.github.io/expo-iap/docs/… Flutter IAP → hyochan.github.io/flutter_inapp_… Kotlin Multiplatform IAP → hyochan.github.io/kmp-iap/docs/g… #OpenIAP #AlternativeBilling #ReactNative #Expo #Flutter #KMP #InAppPurchases #DeveloperTools #Thisweekinreact
Hyo tweet media
English
0
0
1
100