Tittu Vaghese
Tittu Vaghese

Reputation: 233

Can I use Shopify Mobile Buy SDK to build android or ios app for shopify store?

When I checked the documentation for Mobile Buy SDK, its looks like an SDK for shopping cart and native payment for custom built apps to integrate sales channel to Shopify.

But I have seen some endpoints to perform search operations, list products, create users and all. Does this mean I can use it for developing the entire app using Mobile buy SDK without developing custom API set using the Shopify Web SDK.

https://help.shopify.com/api/sdks/custom-storefront/mobile-buy-sdk

Upvotes: 0

Views: 2267

Answers (1)

Josh Brown
Josh Brown

Reputation: 4096

Definitely. There are some sample apps here, built entirely with Shopify's Android Buy SDK and iOS Buy SDK:

https://github.com/Shopify/mobile-buy-sdk-android/tree/master/MobileBuy/sample

https://github.com/Shopify/mobile-buy-sdk-ios/tree/master/Sample%20Apps/Storefront

Upvotes: 1

Related Questions