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

Use short bundle version, it’s more reliable. #953

Closed dbart01 closed 5 years ago

dbart01 commented 5 years ago

What this does

Updates to how we determine and send the SDK version in request headers. This a more reliable alternative to CFBundleVersionKey. CocoaPods doesn't respect that value and uses 1 instead. Migrating to "short version" string instead fixies the problem.