android-checkout-sdk
android-checkout-sdk copied to clipboard
PYPLInitiateCheckoutActivity & RedirectUriReceiverActivity not found.
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!
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.
Thank you.
@stevdza-san did you fix it? I got the same issue
@stevdza-san did you fix it? I got the same issue
Nope, haven't tried since then.