I'm trying to integrate paytm payment in my android application. Transaction Initialisation and CHECKSUM verification and also I'm able to get transaction token but I'm not able to get paytm UI on my mobile.
Below mentioned are the logs I get. I don't see any error message in logs.
I/Timeline: Timeline: Activity_launch_request time:611492681 intent:Intent {
cmp=com.hago.lucky.seven/com.paytm.pgsdk.PaytmPGActivity (has extras) }
W/ActivityThread: handleWindowVisibility: no activity for token
android.os.BinderProxy@f9c15c4
I/WebViewFactory: Loading com.google.android.webview version 81.0.4044.138 (code 404413803)
I/cr_LibraryLoader: Loaded native library version number "81.0.4044.138"
W/ago.lucky.seve: Accessing hidden method Landroid/content/Context;- >bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handl er;Landroid/os/UserHandle;)Z (light greylist, reflection)
D/EgretLoader: EgretLoader(Context context)
D/EgretLoader: The context is not activity
W/ContentCatcher: Failed to notify a WebView
I/ago.lucky.seve: ProcessProfilingInfo new_methods=0 is saved saved_to_disk=0 resolve_classes_delay=8000
D/ViewRootImpl[PaytmPGActivity]: changeCanvasOpacity: opaque=false
D/ViewRootImpl[PaytmPGActivity]: changeCanvasOpacity: opaque=true
W/ContentCatcher: Failed to notify a WebView
I added implementation 'com.paytm:pgplussdk:1.4.4'
in build.gradle
I added maven {
url "https://artifactory.paytm.in/libs-release-local"
}
in my app level build.gradle.
What would we be wrong in my code ? Thanks in advance.
I have shared the logic I implemented with Paytm suppor.
Found that issue is, I have Paytm app which is downloaded from play store and trying staging integration. Once I uninstalled Paytm app, it worked successfully.
I got this information from Paytm Support