I using this code to read https page
B4X:
Activity.LoadLayout("Layout")
Dim hc As OkHttpClient
hc.InitializeAcceptAll("hc")
Dim req As OkHttpRequest...
I am using @somed3v3loper USSD Library but am not able to dial at once something like this *734*3*5#
1. Has anyone been able to dial such USSD in their app before? Or
2. Is it possible to create a session and get the ussd response internally and respond?
Example the app sends *734#
Then gets...
HI, All
Did anyone see such error in hc_ResponseSuccess ?
B4X:
Sub hc_ResponseSuccess (Response As OkHttpResponse, TaskId As Int)
Dim job As HttpJob = TaskIdToJob.Get(TaskId)
job.Response = Response
Response.GetAsynchronously("response", File.OpenOutput(TempFolder, TaskId, False)...