dg76
dg76
I think I have found a fix for it. I have created a pull request for the fix. :-)
I had the same problem and it turned out it was caused by the time on the device being incorrectly set (it was a simulator and accidentally the clock went...
I would also be interested in an official solution. I had published my own solution (which works fine for me), with code here: https://github.com/flutter/flutter/issues/129905 However, it was closed as duplicate....
A workaround for this is to force using the "canvaskit" web renderer: ``` flutter build web --web-renderer canvaskit --target=lib/main.dart ``` Then it will be displayed correctly. Because then Flutter will...
@googlebot I signed it!
> First of all, welcome to _fastlane_! I'm so excited that you decided to create a PR after our discussion [here](https://github.com/fastlane/fastlane/discussions/17404#discussioncomment-92965) 🤩 > > Once again, thanks for your contribution...
@joshdholtz Thank you very much, I am glad that you like my PR! 😊 I needed it to send test builds to single users so that I can examine a...
I have found a problem. My function successfully adds an individual tester to a build using the official function Apple provides: https://developer.apple.com/documentation/appstoreconnectapi/assign_individual_testers_to_a_build However the build stays in "ready to submit"...
I have found and implemented a solution now that will only post the beta version for review if it has not already been posted.
I think there is a bug in Apple's API 🙁. When using my new function everything looks fine in App Store Connect afterward. The tester has been added to the...