I am developing an app in swift in which when a customer places a order we have to notify the vendor about the order. So is it possible to call the vendor mobile through some api with a pre recorded message. More importantly will this app be accepted by the app store.
Asked
Active
Viewed 333 times
-2
-
Yes VoIP based apps are acceptable by App Store. – Hasya Feb 03 '17 at 13:24
-
Use pushkit and local notification. Then using VoIP call you can use pbx services for prerecord audio message. – Hasya Feb 03 '17 at 18:30
2 Answers
-1
On iOS it is not possible to use the user's phone. You would have to use an API like https://www.twilio.com.

Alistra
- 5,177
- 2
- 30
- 42
-1
Use pushkit with local notification to notify user about incoming call in foreground , background or terminated state.
Then there are many supporting platform to join in VoIP call.
References - https://github.com/hasyapanchasara/PushKit_SilentPushNotification

Hasya
- 9,792
- 4
- 31
- 46