Posts

Post not yet marked as solved
4 Replies
0 Views
Hello Tried sample application just to setupChannelManager and joinTheChannel, but for some reason PTChannelManager initialised successfully but with NO channelUUID Xcode Configuration wise, we have done the following things, New PushToTalk Capability added for our application-identifier [ Apple Dev account] New PushToTalk BackgroundMode is enabled APNS capability added Microphone Permission entry added in pList We have the below required entitlements     a> com.apple.developer.push-to-talk     b> aps-environmentdevelopment Could you please help here and see whether anything we are missing which is resulting in NULL channelUUID within didFinishLaunchingWithOptions method [PTChannelManager channelManagerWithDelegate:self restorationDelegate:self completionHandler:^(PTChannelManager * _Nullable manager, NSError * _Nullable error) {      NSLog(@"Active Channel ID = %@", [[manager activeChannelUUID] description]);     }   }];
Post marked as solved
2 Replies
0 Views
Hello Thanks the above review agreement was the reason for app identifier register problem, Its resolved. Tried sample application just to setupChannelManager and joinTheChannel, but for some reason PTChannelManager initialised successfully but with NO channelUUID and Error param also nil Xcode Configuration wise, we have done the following things, New PushToTalk Capability added for our application-identifier [ Apple Dev account] New PushToTalk BackgroundMode is enabled APNS capability added Microphone Permission entry added in pList We have the below required entitlements     a> com.apple.developer.push-to-talk     b> aps-environmentdevelopment Could you please help here and see whether anything we are missing which is resulting in NULL channelUUID within didFinishLaunchingWithOptions delegate method [PTChannelManager channelManagerWithDelegate:self restorationDelegate:self completionHandler:^(PTChannelManager * _Nullable manager, NSError * _Nullable error) {     NSLog(@"Active Channel ID = %@", [[manager activeChannelUUID] description]); }];
Post not yet marked as solved
2 Replies
0 Views
Hello Thank you, i will refer the given links
Post not yet marked as solved
62 Replies
0 Views
Hello ,Did you find any answer for the above issue. We have reported Apple ticket, yet to get response.Even configuring our app as Inter-App Audio also didn't help. OS is throwing below error-CMSUtilities- CMSUtility_IsAllowedToStartRecording: CMSession: Client <private> with PID 909 is in the background and doesn't have the entitlement to start recording in the background.
Post not yet marked as solved
6 Replies
0 Views
I am also facing same issue:We are not using remote notifcation.we are only posting localnotification.Scenario :Post some local notification.go to background and let application suspendcrash is observed.Console logs:Sep 25 11:05:53 iPhone5S assertiond[64] <Notice>: [Push To Talk Pl:1675] Forcing crash report with description: ******* Pl:1675 has active assertions beyond permitted time:<BKProcessAssertion: 0x100b1f010; "will present notification" (notificationAction:30s); id:\M-b\M^@\M-&6D2D99BE4FEE>(owner: SpringBoard:53)Stack Trace:Date/Time: 2017-09-25 11:05:54.0673 +0530Launch Time: 2017-09-25 10:34:22.2400 +0530OS Version: iPhone OS 11.0 (15A372)Baseband Version:8.01.00Report Version:104Exception Type: EXC_CRASH (SIGKILL)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYTermination Reason: Namespace <0xF>, Code 0x8badf00dTriggered by Thread: 0Filtered syslog:None foundThread 0 name: Dispatch queue: com.apple.main-threadThread 0 Crashed:0 libsystem_kernel.dylib 0x0000000183d64bc4 mach_msg_trap + 81 libsystem_kernel.dylib 0x0000000183d64a3c mach_msg + 722 CoreFoundation 0x0000000184213ce4 __CFRunLoopServiceMachPort + 1963 CoreFoundation 0x00000001842118b0 __CFRunLoopRun + 14244 CoreFoundation 0x00000001841322d8 CFRunLoopRunSpecific + 4365 GraphicsServices 0x0000000185fc3f84 GSEventRunModal + 1006 UIKit 0x000000018d6de880 UIApplicationMain + 2087 **** 0x0000000100786fa8 0x100780000 + 285848 libdyld.dylib 0x0000000183c5656c start + 4