Hi,
I found a link that explanes how to create a PHP procedure to send Push Notification to a IOS iphone.
The link is:
http://www.francescoficetola.it/201...-e-ricevere-le-notifiche-push-in-una-app-ios/
This page said that I need to ask the authorization to send notification and I must put on my App, in AppDelegate, a line of code for Consent and App Record to push notifications:
[[UIApplication sharedApplication] registerForRemoteNotificationTypesUIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
It asks the user if he want notification
Which is the syntax in B4I? Where can i put this code? Where is AppDelegate in a B4I App?
Are there examples of app with push notification?
Thans
Marco
I found a link that explanes how to create a PHP procedure to send Push Notification to a IOS iphone.
The link is:
http://www.francescoficetola.it/201...-e-ricevere-le-notifiche-push-in-una-app-ios/
This page said that I need to ask the authorization to send notification and I must put on my App, in AppDelegate, a line of code for Consent and App Record to push notifications:
[[UIApplication sharedApplication] registerForRemoteNotificationTypesUIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
It asks the user if he want notification
Which is the syntax in B4I? Where can i put this code? Where is AppDelegate in a B4I App?
Are there examples of app with push notification?
Thans
Marco