Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: use VOiP notification instead of "normal" notif

We just add VOiP capability to our app (messaging app), now we will use VOiP (PushKit Framework).

Can anyone tell me if we can use only that notifications (VOIP notifications)? Meaning even for text message for example (not for a call)? I talk about Apple Appstore Guides, they can reject the app or block the notifications if they found that we use that notification to notify the user about other things then a VOIP call?

like image 957
Red Mak Avatar asked Nov 11 '15 11:11

Red Mak


People also ask

What is VoIP push notification in iOS?

Unlike standard push notifications, which the user must respond to before your app can perform an action, VoIP pushes go straight to your app for processing. VoIP pushes are considered high-priority notifications and are delivered without delay.

Does WhatsApp use CallKit?

CallKit and Siri in the latest WhatsApp update.

What is communication notification in iOS?

Communication notifications are unique in their ability to break through the scheduled notification summary by default, and can also break through a Focus. Enable the Communication Notifications capability in your app and include the activity types that your app supports in its NSUserActivityTypes array.


1 Answers

The answer is yes, i used the VOiP notification for a no-voip notifications (like a text message) and Apple accept the app (and i can can confirm, after some tests, that whatsapp use the same thing as my app).

like image 72
Red Mak Avatar answered Sep 18 '22 12:09

Red Mak