iOS Question Local push notification

fabton1963

Member
Licensed User
Longtime User
Usin b4i push tutorial I create an app that receive push notification from my server.
I receive correctly silent push notification, and I can log it correctly, but IOS didn't show badge icon neither vibrate or alert user,
do I have to add a local certification object in Application_RemoteNotification sub, to notify user of push arrival ?

I try with developer cert and distribution cert.
Thank you all.
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
silent push notification never alert a user, you should use the normal push notifications.
--
When you are using silent push notification you have a limited time to alert the user in the RemoteNotification sub (Vibrate, SetBadgeNumber etc.) , but I don't recommend this.
 
Upvote 0
Top