Hi ,
I have a php app that connect to shopify , when i want to make a submission and i have to pass the automated checks i have an error in this 2 points
Provides mandatory compliance webhooks, Verifies webhooks with HMAC signatures
i have updated my code with the compliance webhooks but when i click on run , always failed, but the most strange is that i cant see any request going to my server to check or validate anything. i have talked to the shopify team, and they told me that put this informatiuon into this platform to check if you can help me.
Hi @Maximiliano_Emmanuel ā
Are you updating the compliance webhooks via your app toml? Can you share what that looks like? Have you run an app deploy?
If you have done the above, I would recommend moving your post to the App Store topic for further assistance.
-Nick
Hi Nick,
thanks for your reply , we are not using toml files, becase this is php app that only works with the rest api from shopify!,
How are you registering your compliance webhooks?
CLI-based configuration is the only mechanism for configuring these.
Hi Nick , thanks for the update, so i doenst matter if my app is not cli , only php has to created with cli? can you point me to the correct link to do this?
i have created the init and create the toml file with the suggested webhooks and the one my app register also, the app i have created it with the extension format is that ok?
Hi @Maximiliano_Emmanuel ā
Sorry Iām having trouble understanding your question. The following guide describes how to move an existing dashboard-managed app to use the CLI for configuration and/or extension management. The backend technology of the app does not matter.
-Nick
Hi Nick! i have already able to update it , and upload the toml file, now im waiting the Embedded app checks that works, im using my app on the dev store, but actually nothing happens, it has been more than 2 days using the app.