Eric Seidel
Eric Seidel
To answer my own question, the app is only 4mb, which isn't super large. However I now notice ` "has_native_changes": true,` in that patch metadata, which could be causing all...
https://github.com/shorebirdtech/updater/issues/301 is an issue about potential speedups we can make to signed builds.
Similar to https://github.com/shorebirdtech/shorebird/issues/2840.
Is your app open source by chance? We've gotten a few complaints of hang during splash screen but we've not yet been able to reproduce locally. If it's not open...
Based on this report, my guess is that the issue comes from awaiting on checkForUpdate() or update() from package:shorebird_code_push. Both of those hit the network, and shouldn't be awaited during...
Looks like we should write more documentation on our track functionality. Shorebird's track mechanism is separate from TestFlight. If the app was built without --track, it defaults to stable. So...
That's correct. Shorebird does not yet support updating assets, only code. We intend to add assets support, but have not yet: https://github.com/shorebirdtech/shorebird/issues/318
Happy to add additional notifications. But I'm not exactly clear on the desired UX. Do you have prior art of a notification setup in another product that you like? e.g....
I wonder if a webhook is the generic solution here, or if we should have something specific for emails. 🤔
I'm not sure what to do here, other than that we should presumably build more network-debugging infrastructure into our tools over time? Thanks again for the report!