PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM24] Notification iOS
[WM24] Notification iOS
Débuté par Heraldez SAMUEL, 06 déc. 2019 19:57 - 5 réponses
Membre enregistré
2 messages
Posté le 06 décembre 2019 - 19:57
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.
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 10 décembre 2019 - 22:35
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
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 13 décembre 2019 - 17:25
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
Membre enregistré
12 messages
Posté le 16 décembre 2019 - 20:45
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?
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 16 décembre 2019 - 22:16
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
Membre enregistré
12 messages
Posté le 18 décembre 2019 - 08:58
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