Commit c2d1d259 by Dima Bart

Separate integration guide link into section.

parent dc9cec64
...@@ -121,7 +121,7 @@ BUYCollection *collection = collections.firstObject; ...@@ -121,7 +121,7 @@ BUYCollection *collection = collections.firstObject;
} }
}]; }];
``` ```
Consult the [Usage Section](https://docs.shopify.com/mobile-buy-sdk/ios/integration-guide/#using-the-mobile-buy-sdk) of the Integration Guide on how to create a cart, and checkout with the SDK.
### Customer API ### Customer API
##### Customer Login ##### Customer Login
You can allow customers to login with their existing account using the SDK. First, we'll need to create the `BUYAccountCredentials` object used to pass authentication credentials to the server. You can allow customers to login with their existing account using the SDK. First, we'll need to create the `BUYAccountCredentials` object used to pass authentication credentials to the server.
...@@ -165,6 +165,9 @@ After we obtain the customers first name, last name and password confirmation in ...@@ -165,6 +165,9 @@ After we obtain the customers first name, last name and password confirmation in
}]; }];
``` ```
### Integration Guide
Consult the [Usage Section](https://docs.shopify.com/mobile-buy-sdk/ios/integration-guide/#using-the-mobile-buy-sdk) of the Integration Guide on how to create a cart, checkout and more with the SDK.
### Building the SDK ### Building the SDK
Clone this repo or download as .zip and open `Mobile Buy SDK.xcodeproj`. Clone this repo or download as .zip and open `Mobile Buy SDK.xcodeproj`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment