Shopify / mobile-buy-sdk-ios

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 Apple Pay or their credit card.
MIT License
452 stars 199 forks source link

Add updateAt on policies #1085

Open walteryaron opened 4 years ago

walteryaron commented 4 years ago

SDK 2020-04 I need to show privacy policy or refund policy or terms and condition to the user so he can approve it every time I change it on the web now I have only those options: .id() .body() .handle() .title() .url()