paypal / PayPal-iOS-SDK

Accept credit cards and PayPal in your iOS app
Other
973 stars 368 forks source link

Feature Request: Add Carthage Support #549

Closed rzulkoski closed 7 years ago

rzulkoski commented 7 years ago

Please consider adding Carthage support to make it easier to integrate the SDK.

bluk commented 7 years ago

You can try using the instructions here for an "unsupported" way to get the project working with Carthage.

I would strongly advise looking at the Braintree iOS SDK for better distribution options. The SDK is open source. If you are only doing a single payment checkout, you can use Express Checkout with the Braintree iOS SDK.

If you need more payment method options (e.g. you wish to save/vault the PayPal payment method like future payments), I would try to open a Braintree account directly. Braintree is a PayPal service and supports many payment methods including direct credit card (with more support than this SDK), PayPal, Apple Pay, etc.