PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM24] Notification iOS
[WM24] Notification iOS
Started by Heraldez SAMUEL, Dec., 06 2019 7:57 PM - 5 replies
Registered member
2 messages
Posted on December, 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.
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on December, 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
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on December, 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
Registered member
12 messages
Posted on December, 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?
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on December, 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
Registered member
12 messages
Posted on December, 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