Paypal integration in iPhone sdk - iphone

In iPhone sdk, Can we retrieve information of all transaction for particular PayPal account?
Please Help and suggest
Thanks

Applications having PAYPAL integration are rejected by Apple... So I suggest you to use IAP (In App Purchase)...
Here You can get the full procedure step by step to do the same

Related

When implementing Apple in app purchases can I use Stripe? The app is written in Flutter

I have a subscription based application that has no free content. Apple rejected it because I do not use in-app purchases to allow the user to sign up. The (current) only way to register is the go to the website and register/pay. Google accepted the app.
I use Stripe for collecting purchases/subscriptions on the web. As far as I can tell I can not use Stripe with apple in-app purchases. It seems though that I can use RevenueCat? Has anyone used Stripe for in-app purchases? The application is written in Flutter/Dart.
Anyone have any suggestions?
Thanks in advance.

App Rejected By App Store due to Subscription in app

This is the text from AppStore for Rejection.
We noticed that your app offers a subscription with a mechanism other than the in-app purchase API.
Actually app is not having any third party for payment or no any In app purchase but if i searched for InAppPurchase OR Subscription word in project then i can found methods inside the FBSDKLoginKit and FBSDKCoreKit.
In App Purchase is OFF in Capabilities.
In App Purchase is ON in Certificates. (Which is by default ON)
But They are saying we are offering subscription other than In app purchase which is actually not there.
Does any one have solution of this type of issue?
Please help guys!
Thanks in advance!
You need to resubmit to Apple for review and mention that App does not have any Subscription/In App purchase, and that you are using Facebook SDK that has subscription support but you are not using that feature in your app.
I'm not sure if this will successfully make your application pass the review process but it may help

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.

UIWebView to handle payments?

I already do have a payment gateway integrated website and for the iPhone app, I'm wondering is it OK to use a webview to handle payments other than IAP?
"Apple’s guidelines make it clear that buying stuff inside an app must be accomplished using Apple’s in-app purchase system, which uses your Apple ID and linked credit card." - from http://www.macworld.com/article/157585/2011/02/inapppurchase.html
If you want to allow a user to purchase something without using Apple IAP, you need to launch your payment website in Safari - like the Kindle app does (see above link).
If you try to make a payment transaction through some other gateway other then IAP in your app it will be rejected. We have an bad experience about this.
i hope surely it will be approved by apple.because Lowes iphone application is with webview payment mode in app store.

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.