iOS Question someone can I explain me the push notification and local notification

electro179

Active Member
Licensed User
Longtime User
Hi

Can you confirm me if I understand well.

The push notification are sent from extern server, it's not the app that created the message. That's correct ?

The local notification/scheduled notification are created by app but the app must is active and not in background.

-----
How to do that

I started the app
The user pushs on the main button to go in the menu
The UDP connection must stay active because the app communicates with a computer but no internet on this Network.
The notification must appears.

Thank you
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The push notification are sent from extern server, it's not the app that created the message. That's correct ?
Yes.

The local notification/scheduled notification are created by app but the app must is active and not in background.
Not exactly. Local notifications are created by the app. The app doesn't need to be running for the notifications to show. If the app is not running then a notification box will appear.

https://www.b4x.com/android/forum/threads/scheduling-local-notifications.46516/

The UDP connection must stay active because the app communicates with a computer but no internet on this Network.
The notification must appears.
How is the notification related to the UDP connection? Should it show as a result of a UDP packet?

Do you plan to release this app through the app store?
 
Upvote 0
Top