Posts

Post not yet marked as solved
0 Replies
551 Views
Hi Team, In my app, there is voip notification are working fine , from last year it have been stopped due to some pushkit changes. Right now i want to know how to integrate the notification part like which certificate will be use for php side implementation like .pem file from voip_services. and all other steps Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.4k Views
Hi Apple Team,I want to execute a source code in real device from xcode. i created everything new like Updated Xcode 11.2Updated device iOS 13.2New certifficate, identifier and provisioning profileBut when i am trying to compile the code in Xcode, it always show the errorUnable to install "appName"when i click on details it showsUnable to install ""Domain: com.apple.dtdevicekitCode: -402620395--App installation failedDomain: com.apple.dtdevicekitCode: -402620395Failure Reason: A valid provisioning profile for this executable was not found.User Info: { DVTRadarComponentKey = 487927; "com.apple.dtdevicekit.stacktrace" = ( 0 DTDeviceKitBase 0x000000011bc8e6e7 DTDKCreateNSError + 109 1 DTDeviceKitBase 0x000000011bc8ede9 DTDK_AMDErrorToNSError + 792 2 DTDeviceKitBase 0x000000011bcce56a __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 164 3 DVTFoundation 0x0000000101c96156 DVTInvokeWithStrongOwnership + 73 4 DTDeviceKitBase 0x000000011bcce301 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1589 5 IDEiOSSupportCore 0x000000011bb56a25 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4523 6 DVTFoundation 0x0000000101dc73ba __DVT_CALLING_CLIENT_BLOCK__ + 7 7 DVTFoundation 0x0000000101dc8a92 __DVTDispatchAsync_block_invoke + 809 8 libdispatch.dylib 0x00007fff640865f8 _dispatch_call_block_and_release + 12 9 libdispatch.dylib 0x00007fff6408763d _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff6408d8e0 _dispatch_lane_serial_drain + 602 11 libdispatch.dylib 0x00007fff6408e396 _dispatch_lane_invoke + 385 12 libdispatch.dylib 0x00007fff640966ed _dispatch_workloop_worker_thread + 598 13 libsystem_pthread.dylib 0x00007fff642c7611 _pthread_wqthread + 421 14 libsystem_pthread.dylib 0x00007fff642c73fd start_wqthread + 13);}--While with the help of this profile i am able to archieve the code and create a ipa and install it in my device. Strange!Kindly help me .
Posted Last updated
.