You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I've been trying to implement Paypal SDK in my app. I've read the documentation, and I've noticed that "RedirectUriReceiverActivity" and "PYPLInitiateCheckoutActivity" activity classes are not recognized in AndroidManifest.xml file while trying to declare two extra activities.
Later I've found that the package name for the "PYPLInitiateCheckoutActivity" class is not the same as the one I've read inside the documentation. I've found it on a new path "com.paypal.pyplcheckout.ui.feature.home.activities.PYPLInitiateCheckoutActivity".
However that other activity class "RedirectUriReceiverActivity " is still not recognized in my project, I can't find it.
Anyone knows how to get over this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Are there any updates on this one, I can not locate the com.paypal.openid.RedirectUriReceiverActivity too, in sdk version 1.1.0. The link to code example from the above no longer works.
Hi there, I've been trying to implement Paypal SDK in my app. I've read the documentation, and I've noticed that "RedirectUriReceiverActivity" and "PYPLInitiateCheckoutActivity" activity classes are not recognized in AndroidManifest.xml file while trying to declare two extra activities.
Here's the code example: https://developer.paypal.com/limited-release/paypal-mobile-checkout/android/customize-return-url/#link-samplecode
Later I've found that the package name for the "PYPLInitiateCheckoutActivity" class is not the same as the one I've read inside the documentation. I've found it on a new path "com.paypal.pyplcheckout.ui.feature.home.activities.PYPLInitiateCheckoutActivity".
However that other activity class "RedirectUriReceiverActivity " is still not recognized in my project, I can't find it.
Anyone knows how to get over this issue?
Thanks!
The text was updated successfully, but these errors were encountered: