Any happy (or unhappy) users of Store5 on iOS? <ht...
# store
r
Any happy (or unhappy) users of Store5 on iOS? https://github.com/MobileNativeFoundation/Store/issues/656
👍 1
s
I wonder what issues they faced. I use it in an app I'm developing and it works well in my repository layer
👍 1
r
Seems like this was one issue, but it doesn't seem to be iOS specific: https://github.com/MobileNativeFoundation/Store/issues/402. On Reddit he writes:
it didn't work at all on iOS -- all the store calls just blocked the thread and none of the fetcher blocks were called.
and he had issues debugging, but again this does not appear to be iOS specific:
My main frustration with this library is, it is very hard to put breakpoints to debug any issues. Like the store implementations lead to FetcherController class, which uses Multicaster class, but we can't get into that class because somehow the source of the class is not available.
Glad to hear it is working well for you