Post

Replies

Boosts

Views

Activity

Reply to The app must be updated to use the new Push to Talk framework pop up display even after adding PTT framework
When app is not active or in suspended state, voip used to wake app. Our application is walkie talkie type app, so we can't report to call kit for incoming Push to talk audio, becuse of it we are using com.apple.developer.pushkit.unrestricted-voip and related certificate. As you mentioned we should stop using PushKit push in didReceiveIncomingPushWithPayload, then how will app wake up when user receive PTT audio, or new user request to join in call. As for below function, it's only triggered if app is in call. nonnull PTPushResult *)incomingPushResultForChannelManager:(nonnull PTChannelManager *)channelManager channelUUID:(nonnull NSUUID *)channelUUID pushPayload:(nonnull NSDictionary<NSString *,id> *)pushPayload
Jul ’24