PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM24] Notification iOS
[WM24] Notification iOS
Iniciado por Heraldez SAMUEL, dez., 06 2019 7:57 PM - 5 respostas
Membro registado
2 mensagems
Publicado em dezembro, 06 2019 - 7:57 PM
Hi,
I have a question about this.
* Anyone know how to solve the problem of notifications in iOS 13?
* In previous version of IOS 13 that received notification and in the update to IOS 13 I no longer receive notifications.
* When compiling the version in XCode 11 I get an error in the notification functions.
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em dezembro, 10 2019 - 10:35 PM
Hi

I have the same issue and not only with iOS but with Android too.

I have do everything extact as like the example of WD_SendNotification of Windev PC and Windev Mobile

but it do not send the notification with SendPushNotification function.

Do you present some error trying to execute that function?

Do you have solve this issue?

--
Best Regards
ARV
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em dezembro, 13 2019 - 5:25 PM
Hi

I found this:
https://developer.apple.com/news/…

maybe windev 23,24 and even 25 not sure about this last one it's using this protocol
"the legacy binary protocol"
and Apple updated it to
"HTTP/2-based"

maybe that's why we never get the notification.
I ask to them if they are using the legacy binary protocol
If I get response I will post it.

--
Best Regards
ARV
Membro registado
12 mensagems
Publicado em dezembro, 16 2019 - 8:45 PM
Same issue on my side..
ps: for android a FRMK deletion inside %AppData%/Local/Temp sometimes fixes the things..!

Off Topic: ARV can you reach me on fb or linkedin?
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em dezembro, 16 2019 - 10:16 PM
Hi REVOLUTIONCHAIN

REVOLUTIONCHAIN wrote:
Same issue on my side..
ps: for android a FRMK deletion inside %AppData%/Local/Temp sometimes fixes the things..!

Off Topic: ARV can you reach me on fb or linkedin?


What do you mean?
Do you mean to delete some files on my android device?
Or are you mean on my PC before creating the apk?
Sorry but I'm not so sure what are you telling me right there.

REVOLUTIONCHAIN wrote:


Off Topic: ARV can you reach me on fb or linkedin?


No I can't for the moment.

--
Best Regards
ARV
Membro registado
12 mensagems
Publicado em dezembro, 18 2019 - 8:58 AM
No, but right before android compilation, navigate to %Appdata%/Local/Temp and delete the FRMK temporary android folder that gets created during compilations. Sometimes it get's broken.. then, recompile again, it saved me once, maybe that's the case too