I am able to send notification but i cant receive it.
Also job done is the triggered..
But there no error found.
I used two phone the first phone works both sending and receiving but the second phone only works on sending.
Also job done is the triggered..
B4X:
Sub JobDone(job As HttpJob)
'Log(job)
If job.Success Then
Log(job.GetString)
End If
job.Release
End Sub
But there no error found.
I used two phone the first phone works both sending and receiving but the second phone only works on sending.