I need to read the baseurl of the application from debug build [.apk], so is there any way to read it using adb command or curl command. Can we able to read baseurl by targeting the app package name when the application is running? I will get the baseurl from json file.
I will be able to get baseurl details when I unzip and extract the file.