Replies: 1 comment 2 replies
-
You need to create a signed bundle using your private key:
Please make sure that you are using the latest Capawesome CLI version:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
i'm using Next JS 14.2.2 and attempting to implement Live Update in My app, but i'm encountering a 'Bundle does not contain a signature.' error. I have already read and implemented Code Signing, as described in this guide.
My code implementation
My capacitor.config.json
When i run
LiveUpdate.getBundles()
a empty array is returnedBeta Was this translation helpful? Give feedback.
All reactions