ios - Implimentation of PayPal and Apple Pay -


i want implimentation of apple pay , paypal both. if implimenting applepay through braintree , paypal sdk finding duplicate symbolic error.

if implimenting both method through brain tree finding braintree.h file not find. when install pod.

is both implimentation possible? if yes please suggest.. lot.

well need more details error. yes payment option keep following in mind,

payment option depends on context(i.e product) using it. if have non-physical goods inapppurchase recommended if physical goods can use payment gateways.

if want implement applepay , paypal both suggest use both non-natively i.e. open webview in app , perform payment outside app. apple pay can use stripe api that.

the reason behind apple not allow paypal use natively recommended payment option use applepay whereas paypal not include apple pay. read this. see, if using stripe natively payment payment confirmation done outside app(i.e. using server api) after getting token of payment details.read this

so why use native implementation if job implementing outside app. use webview implementation both , perform payment outside app.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -