Matthew Balshaw
Matthew Balshaw
I also had this issue running on a mid sized react native project, did you find a solution @ethicalvats ?
I had a similar issue, my step xcode build for ad-hoc started failing with: `❌ error: Choose a certificate to revoke. Your account has reached the maximum number of certificates....
aha, I just saw this comment: With macOS 13 and Xcode 14, when on Mac computers with Apple silicon or T2 processors, it’s now possible to receive real push notifications...
I'm also trying to get this to work, I'll post my gitlab-ci when I manage to get it connecting properly.
We have a FastAPI project, using the async google cloud storage library gcloud.aio.storage. This is what I had to do: in gitlab-ci.yml ``` pytest-job: services: - name: fsouza/fake-gcs-server command: ["-scheme",...
Is there anyone who looked into how to do this or started it already? I might be able to get some time to be able to work on this and...
We've had the same issue, were you able to fix this by downgrading?
Unfortunately not, we've decided to opt for a native player plugin so that we have more granular control over background play. On IOS it is impossible to start a foreground...