Redirect shopify app url to custom url - shopify

I have created an app in shopify and after installing it in the store, I want when I click on the app then it will redirect to other domain like www.abc.com instead of open it in the shopify admin.
I have checked this type of functionality in many apps but don't know how to implement it. Please help me to solve this issue.
Thanks

Firstly, you need to create account as Shopify partners. Once you sign-in in your account, you will see Apps on the left side of the dashboard. You will see Redirection URL in the options available. You can also give name and other details of your app in this session.

most likely your app is an embedded app that is why it is not opening new tab upon clicking from admin app listing. you first understand whether your app required embedding functionality or not.

Related

Having an issue for Shopify App listing

I have submitted My app to Shopify App store for review, I got below feedback
I was unable to install your app from the App Store listing. I was redirected to this page after clicking 'Get'. When clicking on 'Get' from the app listing, the app should immediately authenticate using OAuth. Please watch this example of what the required installation flow looks like with OAuth when clicking 'Get' from the App Store Listing.
How can I resolve this?
Any help would be greatly appreciated.
When any one click On get button from shopify app store then you must
have to check that after getting store name it will redirect to your
link on which you have check store permissions & all other things for
shopify store. After checking permissions of store it will
automatically redirect to store OAuth page then you will able to
install app.
You can also check itself where it is redirect when any one click on GET button. Steps for checking:-
Login into shopify partner account Go to Apps-> View App Listing. Then you will check by clicking GET button where it is redirect. You have to check conditions & may also you have to set your App Url Link in app which you created in Shopify partner account.
You can also these things on Shopify Official documentation.
Please Let me know if you getting issue after try this. I am Happy to help you. Thanks !!

Adding another Website URL to Facebook Login App

I am trying to add another website url to my facebook app in order to use the login functionality not only on one page but on both. Is it possible to do so, since I don't see the option to add a second website url.
Thanks in advance!
You need to add all the website url's you are using to the "Valid OAuth redirect URIs" you can find that under settings! or do you mean that you wanna use the same login for a different website because then the only way to do it is making another login functionality.

Shopify App - define url to redirect when app is selected form app list of a shop

I'm new to shopify app development and trying to build a shopify app with node and followed this post here. Everything worked as explained, but I have things to get clarified, may be very basic things.
My question is where to specify the link that's directed when shop owner select my app from the installed apps list of the shop?
As I understood from the post above App URL given in the App info section of the app is used for installation process and from there it's redirected to one of the Whitelisted redirection URL(s) as defined in the app for HMAC validation and exchanging a permanent access token to access the shops' admin API later.
Now Once my test-app is installed to a shop and when the app is selected from the installed apps list, the request again goes to the App URL and get redirected to callback URL generating a new access token. If this is how it is supposed to be, why it's called a permanent access token and need to be stored? If this not how it should be how to specify a url to direct when the app is selected from the installed app list?
In Short
where to define the url to direct when a shop admin select the app from is installed apps section of the shop like shown below.
After install the HMAC validation and temp code is just to get the permanent token, which you should then store securely in a database.
You don't have to show any of that process to the user using your app; you can have it happen in the background and then redirect to whatever route you like after you have the permanent token.

Shopify custom setting page for app

I tried searching up and down, but haven't found any thing that would even give a hint. My question is, If it is possible to create a custom setting page for a custom (public/private) app with Shopify?
What I want to achieve, is something like a custom setting page for my custom app.
Anyone have any clues?
Like all other apps from shopify app directory, You can also create settings page for your custom app (private/public).
You just need to develop the settings page for your app and allow its access to verified users.
If you want to show your app settings on Shopify store, then you have to develop a public app. You can't achieve this with the private app.
Except showing app setting on Shopify admin you can do all the things that you want in Shopify.
Please, check the Shopify tutorial to develop the public app

I want to redirect users directly to my website when user installs my app from Bigcommerce App store..How could I do it?

I want to know that how could i create Bigcommerce app in Bigcommerce App Store which redirects users directly to website rather than to open my software in iframe..
Any help would be greatly appreciated..
Thanks in advance..
According to the Bigcommerce requirements for approval of your app, you will need to support the app opening in an iFrame otherwise, your app will not be approved and will not be in the app store. Please check the link below for more details on all the requirements:
https://developer.bigcommerce.com/apps/approval-requirements