MobileNativeFoundation / Store

A Kotlin Multiplatform library for building network-resilient applications
https://mobilenativefoundation.github.io/Store/
Apache License 2.0
3.17k stars 202 forks source link

[Question] Status of iOS support #656

Open rocketraman opened 3 weeks ago

rocketraman commented 3 weeks ago

Hello, store5 looks like exactly soemthing I would need for a use case I have for a new project. However, while researching the tool, I saw this comment on Reddit:

image

Since that comment was about a year ago and there have been 5.1.0 alpha releases since then (but I note no betas or releases), what would the current status of store5 on iOS be?

lukisk commented 3 weeks ago

Hi, we have been using the Store in iOS and android applications (worldwide 100M+ users) for over a year and haven't encountered any issues related to the Store. We use Store + Apollo in KMP for caching, fetching, and updating data, and in iOS, the flow from the Store is used in TCA reducers.