Hi
I have an external application that I’m developing and a test shop I’m attempting to install the app onto.
I click on the Test on development store in the app overview and it lists my test shop. I click on the install app.
The authentication definitely works, I can see all the shop information in my app but the app does not appear in the shop’s application list and I cannot access the api to do anything else as the app does not appear to have installed in the shop.
What am I doing wrong? I’ve had a different version of this app working fine.
Still can’t install the app in my test shop so it is impossible to do anything else. Basically just diverts to the app on the server without doing the install, no sign of any errors being generated.
I’ve been on to technical support but all they did was start talking about headers etc. for the api calls from my server app. Going to reply to their email today and keep on emphasizing the point that nothing will work without the app installed.
Well I tried replying to their email as requested but they are, apparently not accepting email to support@shopify.com so I have no idea what to do now.
No, its an app written in php and I’m using an open source library to talk to the shopify api.
To make this clear it is not an embedded app and I have had it working, i.e. talking to shopify no problem, with a non public app configuration.
What I am trying to do now is test a public app configuration in a test store, I click on the install app in test store button, select my test store and it diverts to my application server without installing the app configuration into the test shop. Thus it does not work as it needs the app configuration installed in the test store and it will not work without that.
No errors are generated, it’s really fustrating, how do I make the app configuration install into the shop?
It sounds like an auth issue in that case, if you’re not using the CLI, you’ll need to manage auth manually. We have a doc here on this: Implement authorization code grant manually
Thought I was going mad, the php libraries to interface to the Shopify api are now badly out of date, they don’t have
Step 2: Request authorization code onward implemented, guess I’ll have to implement that by hand which is a damn shame.
There is an issue asking if the library is abandoned to which the answer is partially
It’s a bit odd as php is one of the most used languages on the internet.