Android Question GCM Push Id received wrong

pesquera

Active Member
Licensed User
Longtime User
Hi, I have an intermitent problem
I can register the device correctly, then I send an sms with this Id (to do some validations)
Sometimes, the received Id is different than the Id sent (just some characters)

Examples:

Sent:
APA91bEFEfHzu0B6R43QiBQ_sC0esHEYetR27qKRqIGhu0h4N-3Cmwqb0WwFKZo-Sz2QTrcCZPvCu5EtHDzVLbZP5h5YGQBRGR6xeN2LEViXu_HRjYMv6pSdsRP-uuKar5tDqIZ921A3
Received:
APA91bEFEfHzu0B6R43QiBQ§sC0esHEYetR27qKRqIGhu0h4N-3Cmwqb0WwFKZo-Sz2QTrcCZPvCu5EtHDzVLbZP5h5YGQBRGR6xeN2LEViXu§HRjYMv6pSdsRP-uuKar5tDqIZ921A3


Sent:
APA91bE1Huf9UE9llUsSMJbIEIaIeVMZ57MSYXqdQ9V0eRHkBCwtU-HJ7kQDdGSIx1VsOPoTKduv6oasuIA5ds0L9mTa3h7SXu1rrpSiW8nN5ODf4N7fDSuNz59pQpQHf5Xqg_yoPFPF
Received:
APA91bE1Huf9UE9llUsSMJbIEIaIeVMZ57MSYXqdQ9V0eRHkBCwtU-HJ7kQDdGSIx1VsOPoTKduv6oasuIA5ds0L9mTa3h7SXu1rrpSiW8nN5ODf4N7fDSuNz59pQpQHf5Xqg§yoPFPF


The user sent the character "_" but I've received the character "§"

I'm suspecting, but not sure, from some cell network issue

I don't know if can be related.. but, I'm also using AHLocale on the Starter Service
B4X:
Sub Process_Globals
   Dim GLO_Locale As AHLocale ' used in CustomCalendar
end sub

Sub Service_Create
   GLO_Locale.Initialize3("es","us")
end sub

Thanks in advance for any help,
Marcelo
 
Top