Paypal payment for mobile web view - mobile

I have my android app and all paypal payment are being done from web view within my mobile app.
The problem is that the screens are not suitable for mobile view like payment and cancel subscription.
Does paypal have a web view mobile compatible screens?
Ziv

Depending on your integration, I think what you are looking for is Express Checkout on Mobile Devices this should give you a more mobile friendly payment page.

Related

Facebook / Instagram Ads: Optimize mobile app ad using Events API instead of Facebook SDK

We have a mobile app that we want to advertise on Facebook / Instagram. Our aim is to optimize on a specific in-app event ("user completed registration"). As we'd like to keep our app slim, we'd rather not bundle Facebook SDK with our app. Instead, we prefer using Events API for triggering (server->server) a Facebook Pixel's event once this specific in-app event happened. Is it possible to use this Facebook Pixel's event for optimizing an mobile app ad campaign? In other words: is it possible to optimize a mobile app ad campaign for a specific event without using Facebook SDK but Events API?

Does PayPal IPN used in a mobile app still require paypal approval?

I have a Unity Mobile app that has a web UI that we are using PayPal IPN. I was wondering if anyone knows if PayPal has to approve the app before it goes live if its using IPN and not the mobile SDK?
In order for you to use IPN, you do not need any approval from PayPal. All you need to have is a PayPal account and some integration with the IPN listener. From there you are good to go with the IPN. I hope I answered to your question.

Ionic login with facebook with application, not with safari or web browser from mobile app

I have an app login with facebook feature and it uses 'phonegap-facebook-plugin',
but everytime even the phone has facebook it opens browser to authenticate user to my mobile app. How can I solve this?
I use this syntax;
facebookConnectPlugin.login(['email', 'public_profile'], fbLoginSuccess, fbLoginError);
Any offers will welcome, thanks for helping.

PayPal Mobile SDK, payment to other merchant account

Both Mobile Express Checkout and Adaptive Payments allow me to specify account for money receiving explicitly. I just need to set PAYMENTREQUEST_n_SELLERPAYPALACCOUNTID for Express Checkout or receiverList.receiver(0).email for Adaptive Payments.
Is there same functionality for PayPal Mobile SDK? Looks like I can only create payment to my account (linked to client_id in PayPalConfiguration), not to other merchants accounts. Did I miss something?
Dave from PayPal here. You are correct: at this moment, the PayPal Mobile SDK does not allow you to choose at runtime the merchant who will be paid. We do expect that in the coming months this ability will be added to the PayPal REST APIs on which the Mobile SDK relies; when that happens, we'll definitely add this functionality to the SDK.

On iOS6, could my App share the account with integration Facebook account in settings?

As we know iOS 6 integrate Facebook, just as twitter. And we can login Facebook in settings and then post photo directly.
I follow by https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/ to create my app for testing with Facebook SDK 3.0.8.
After I login in Facebook on iOS6 settings, when I open my test app and login to Facebook, it still ask me to input my account/password.
So my question is: Could my App share the account with iOS6 integration Facebook account?
I mean: After I login Facebook in settings, could I don't need to input name/password again when I open my app and login facebook?
Support for the Facebook integration in iOS 6 is now available in the FacebookSDK (version 3.1).
In https://developers.facebook.com/ios/ say "We will be adding support for the much anticipated iOS 6 integration to the SDK in the coming weeks.". So the integration with the ACAccountStore is not implement yet. That's why your app ask the info again.
If you want to connect with the info stored in the iPhone setting, you have to use the Accounts.framework and Social.framework in the iOS 6 instead Facebook SDK

Resources