Will allow payment using paypal for download epub ios - iphone

i am developing a ePub reader and to download that epub from website, using paypal integration.
is apple allows to download non-apple product ??
and if no what should i use to buy from my app ?
thanks...

yes there is an 3rd party api..
Use Braintree. you can surf here for more infomation
Infact I am also using it..:)

Related

how paypal library can be used in codenameone?

I want to add payment feature in codenameone app and I am planning to use paypal.
How can I implement it in my app?
https://www.paypal.com/
PayPal has an SDK that you can probably integrate directly into the Codename One application by following the tutorial on integrating 3rd party SDK's https://www.codenameone.com/manual/advanced-topics.html#_integrating_3rd_party_native_sdks

Is there is any libraries or SDK for WorldPay integration in iPhone app?

I am developing an iPhone application, in which, to complete the registration process, there is a need for the user to pay some amount via Paypal and WorldPay. But, I have got the (MECL) library for Paypal integration in iPhone and it is working fine. And also,i have searched but i can't find, any library for WorldPay. Any help much appreciated.
No. they don't provide any library.
Another solution is to use a UIWebView to hit the url to their website to make the payment.
But I don't know if Apple will allow that to be on the AppStore.

google checkout in iphone native application?

i am new to google checkout and also iphone sdk.Tutorials are saying that google checkout is for website integration.They have given lot of restriction,buttons etc.is it possible to intgrate google check out successfully in iphone native application?They give html source code also when we want to do buy now button.how can i integrate in iphone sdk?
You can refer following link:
or
Yes there is. Technically.
Run it in a UIWebView would be the simplest way of doing it.
You could also make custom calls to the Google Checkout with NSUrlConnection
Just make sure you do not interfere with the Apple approval guidelines. If you want to charge inapp purchases, you will have to use iTunes. Apple will not let go of their 30% ;]

Integrate paypal from my iPhone app

i want to integrate paypal in my app...
but worried about that will apple accept my app.
i have hear that apple allow only inAppPurchase ....
Has anyone successes with his app integrated with Paypal ..
help please.......and please also provide any tutorial for it(if possible)...
You can integrate paypal with any of your application. I have used it in givkwik application for donating amount to a charity.

iPhone native app + payment gateway

I want to implement payment gateway for iPhone native app.
I have read in few of the sites that I can integrate apple payment gateway for this through In App Purchase. But if I want to do through In App Purchase then, I have register each of my product with AppStore and set a price margin for each.
Rather I am building something like shopping cart where prices of products are different.
Please guide how should I proceed, is there any other payment gateway that I can integrate with my iPhone native app.
You can use PayPal MECL library for this.
https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index
From the above link download Mobile Express Checkout Library for iOS and in downloaded zip file two examples will be there one for non-web and other for web.
In non-web you have to keep the business (merchant) credentials in your application refer MECL non-web example accompanied with the library zip file.
If you don't want to keep the credentials in your application then you can handle the product selling through web service, and this is recommended way.
For more information read https://www.x.com/developers/paypal/how-to-guides/how-accept-payments-ios-app-using-mecl