android-checkout-sdk icon indicating copy to clipboard operation
android-checkout-sdk copied to clipboard

PYPLInitiateCheckoutActivity & RedirectUriReceiverActivity not found.

Open stevdza-san opened this issue 1 year ago • 3 comments

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!

stevdza-san avatar Apr 24 '23 13:04 stevdza-san

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.

dimakpoq avatar Nov 28 '23 09:11 dimakpoq

@stevdza-san did you fix it? I got the same issue

ridadevlop avatar Mar 21 '24 23:03 ridadevlop

@stevdza-san did you fix it? I got the same issue

Nope, haven't tried since then.

stevdza-san avatar Mar 22 '24 06:03 stevdza-san