Posts

Post not yet marked as solved
1 Replies
169 Views
Hi. I'm fixing issue of my push to talk app behavior. While I'm joining Push To Talk channel, then I uninstall application, application does not exist but system shows PushToTalk status in status bar with blue button. I want to automatically leave channel after uninstall app, but now I cannot handle this behavior. If there is some expected behavior of apple, I want to know it but I cannot find their expectation in any document. Does anyone know it? best regards.
Posted
by y.okano.
Last updated
.
Post not yet marked as solved
1 Replies
461 Views
I'm implementing Push To Talk functionality on my app. Now I have some trouble after app process is terminated by user. In my implementation, I download voice file in func channelManager(_ channelManager: PTChannelManager, didActivate audioSession: AVAudioSession) method. It works fine when app is foreground, and also ok when app is background until app process terminated. After app process terminated, system displays PTT connection status by blue icon in status bar. Then I got some PTT message from another person, func incomingPushResult(channelManager: PTChannelManager, channelUUID: UUID, pushPayload: [String : Any]) and func channelManager(_ channelManager: PTChannelManager, didActivate audioSession: AVAudioSession) are called, but download process is not finished and I cannot get voice file. What is the expected way to download voice file in such case?
Posted
by y.okano.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
Hi. I have not already understand the role of iOS distribution managed certificate. When I export inHouse or adhoc ipa file from Xcode Organizer, the package doesn't use managed certificate, so it useless. I read following document about managed certificate, but I still have not clear that role. When exactly will the certificate be used? About Cloud managed certificate https://help.apple.com/developer-account/#/dev8e84490b9
Posted
by y.okano.
Last updated
.
Post not yet marked as solved
0 Replies
430 Views
Hi. I want to know the rule of rule of displaying confirmation dialog which displayed when we use Deeplink. My application have functionality to receive Deeplink, and when I tried opening my app from another application, I got confirmation dialog which roughly says " this application try to open my_app " at first time. but second time and after, I don't get such dialog. Does anyone knows the rule of displaying this dialog?
Posted
by y.okano.
Last updated
.