Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
compile 'com.shopify.mobilebuysdk:buy3:3.1.1'
compile 'com.shopify.mobilebuysdk:buy3-pay-support:1.0.2'
the version "buy3:3.1.1"
and it was working but after changing API key it is not working and it throws HTTP 403 Forbidden error
When we try to access it from the web the API is working and it showing the result, but in the app it is showing 403
We are using this
compile 'com.shopify.mobilebuysdk:buy3:3.1.1' compile 'com.shopify.mobilebuysdk:buy3-pay-support:1.0.2' the version "buy3:3.1.1" and it was working but after changing API key it is not working and it throws HTTP 403 Forbidden error When we try to access it from the web the API is working and it showing the result, but in the app it is showing 403