POSSIBLE ERROR: For android version 11 or higher you might encounter "java.lang.exceptionininitializererror " and "Illegal state exception" for which you will need to add latest okhttp3 dependency like: implementation 'com.squareup.okhttp3:okhttp:4.9.1' after that just sync your project and you are good to go 🙂
If i add Paypal as a donation(donation button inside app) will Google Play Store let me? Because i've heard from some old stack overflow questions (around year 2012)that these apps got removed from Google Play Store.
hello, when i click on pay button, payment gets failed and this error message shows in logcat:- CaptureOrderResult: Error(message=Capture order failed., reason=LSAT upgrade failed while capturing order.)
can you do a tutorial on newer version of this library in java version? They haven't updated the document on developer paypal yet and the new library is full of kotlin
i'm having an error with maven repository and paypal checkout sdk. it keeps saying android:exported needs to be explicitly specified for . hope you'll answer soon. thanks
When I pressed the button it said "Securely logging you in" and then a web page opened and showed "Things don't appear to be working at the moment". Is there a way to fix this?
Hello Sir, thank you very much for your video. I finally get it work. I have a quick question. I can see the sandbox customer account balance had been deduct the amount. However, where do I see the merchant balance?
I am getting many errors while integrating with Paypal Api. E/android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup34: Permission denied E/wifi_forwarder: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:wififorward' service: Invalid argument E/wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe E/netmgr: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:network' service: Invalid argument E/netmgr: Failed to open QEMU pipe 'qemud:network': Invalid argument. I am very new to android dev and working on a project. Could you please help with this. TIA
I am getting issue in return url i implement it as u did when i go to website and login to paypal and it never came back to app it stuck on webview can u help plz…
@@codesuki3005 "things don't appear to be working at the moment. please try again later" After doing live this issue I face any you please tell me brother why this is happening
Im getting this error and I dont know how to solve this Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
POSSIBLE ERROR:
For android version 11 or higher you might encounter "java.lang.exceptionininitializererror " and "Illegal state exception" for which you will need to add latest okhttp3 dependency like:
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
after that just sync your project and you are good to go 🙂
Bro can you give source code I am a big fan❤❤❤
thank you so much . We can now proceed with the completion of our projects
Hi, I am not able to load the bottom sheet of Cards as you could see in your tutorial as well for custom return URL? What should I do for it?
Great mic bro
😂
If i add Paypal as a donation(donation button inside app) will Google Play Store let me? Because i've heard from some old stack overflow questions (around year 2012)that these apps got removed from Google Play Store.
hello, when i click on pay button, payment gets failed and this error message shows in logcat:- CaptureOrderResult: Error(message=Capture order failed., reason=LSAT upgrade failed while capturing order.)
awesome tutorial 🙂
can you do a tutorial on newer version of this library in java version? They haven't updated the document on developer paypal yet and the new library is full of kotlin
well , Vietnamese was here
I did the same, like you do, but I have a problem, invalid scout, when i open the window with paypal, any solutions?
i'm having an error with maven repository and paypal checkout sdk. it keeps saying android:exported needs to be explicitly specified for . hope you'll answer soon. thanks
smax1997@gmail.com send email with manifest and build gradle screen shots
Great video! Can you make another video about how to log out of paypal when clicking another button in the app?
video này work ko ông
@@nguyenconghuy3847 work nhưng mà cũ r nên phải sửa 1 chút theo cái doc mới ông ạ
@@Nguyen.MinhDuc để tôi loay hoay mà bí quá có j tối tôi hỏi ông nhá
ông ơi cho tôi xin fb kết bạn tôi hỏi cho dễ được không
@@nguyenconghuy3847 bro run dc chưa
Hello brother, can you tell me why I can't edit my own application at the PayPal Developer Dashboard?
Hi, when i make payment i got "server error and try again". How to solve it?
When I pressed the button it said "Securely logging you in" and then a web page opened and showed "Things don't appear to be working at the moment". Is there a way to fix this?
Your PayPal account is not from eligible country maybe , hence it's restricted.
@@codesuki3005 nah my account is okay, it turns out all I need to do is to change the intent of the payment button to AUTHORIZE, I'm okay now
this sdk is Deprecated please make a new video, this is very use full, thank you in advance
Hello Sir, thank you very much for your video. I finally get it work. I have a quick question. I can see the sandbox customer account balance had been deduct the amount. However, where do I see the merchant balance?
balance is being shown in this part 22:53
Hello, I have followed your tutorial, but I am getting an invalid scope error. Could you please help me out with this?
Send your logcat to my email
smax1997@gmail.com
I am getting many errors while integrating with Paypal Api.
E/android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup34: Permission denied
E/wifi_forwarder: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:wififorward' service: Invalid argument
E/wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
E/netmgr: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:network' service: Invalid argument
E/netmgr: Failed to open QEMU pipe 'qemud:network': Invalid argument.
I am very new to android dev and working on a project. Could you please help with this. TIA
full of errors on my side and yet I followed everything to the letter
@@Hack_Techno_pro I changed targeted sdk to 30 in manifest file and it worked.
Great brother
I am getting issue in return url i implement it as u did when i go to website and login to paypal and it never came back to app it stuck on webview can u help plz…
"When I go to website and login" Bro you will not go to website the app itself will.
@@codesuki3005 yes the app itself goes to that page after login it stuck there never came back
can u send me your email so I can send a video so you can understand my point?
@@qasimmalik9143 smax1997@gmail.com
@@codesuki3005 samin bhai mail check kran
Hi, do you also know how to integrate google pay?
great learning
can you please make one more video using updated grade or rest api
Please, Can you make PortPos Integration to Android Application?
full of errors on my side and yet I followed everything to the letter
You can send your log cat to me on :
smax1997@gmail.com
What should I do for live ??
Change Environment.SANDBOX to Environment.LIVE in checkout config code and apply real account credentials rather than sandbox ones.
@@codesuki3005 if you have tell everything i think you should also tell this it's your weekness
@@talhashahab8328 If you have any confusion ask in easy words I will help you
@@codesuki3005 Can i take your WhatsApp number please
@@codesuki3005 "things don't appear to be working at the moment. please try again later" After doing live this issue I face any you please tell me brother why this is happening
please can you send me the draft of the application?
kotlin or java?
Java + some kotlin
can you send me this project
@Codesuki Hi how can I contact with you?
Im getting this error and I dont know how to solve this
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
I have the same problem, have u solved that
@@nguyenconghuy3847 Me too, is there any solution?
@@fazalulabid8483 I switched to use stripe