I want to restrict the installation of apps by region.

Solved

I want to restrict the installation of apps by region.

Mukai
Visitor
3 0 0

Hi, I am developing embedded app.

Is there any way to restrict some region from installation the app?

I would like to do so because of the currency problem.

 

Thank you in advance!

Accepted Solution (1)

jazz-jay
Shopify Partner
96 14 17

This is an accepted solution.

Hi,

 

I don't know if it is possible to disable the app installation by region.

But what you can do. When a customer has installed your app. You will have access to the shop's city and country using this endpoint.

 

Then you can display an appropriate message, ask customer to uninstall your app if the region is not supported.

banned

View solution in original post

Replies 2 (2)

jazz-jay
Shopify Partner
96 14 17

This is an accepted solution.

Hi,

 

I don't know if it is possible to disable the app installation by region.

But what you can do. When a customer has installed your app. You will have access to the shop's city and country using this endpoint.

 

Then you can display an appropriate message, ask customer to uninstall your app if the region is not supported.

banned
Mukai
Visitor
3 0 0

Thank you so much!

I will do early return with using the endpoint you told me to restrict some function by region.