Hello, I Have bug while testing SKAdTestSession
below error occurred when call SKAdTestSession.setPostbacks and SKAdTestSession.updatePostbackConversionValue. How can I fix it??
Xcode : Version 14.0 (14A309)
Test Device : Version 14.0 (986.3), SimulatorKit 624, CoreSimulator 857.7, iPhone 13 Pro, iOS 16.0
<NSXPCConnection: 0x600000b20320> connection from pid 16227 on mach service named com.apple.storekit.configuration.xpc: Warning: Exception caught during invocation of selector sendTestPingbackForBundleID:completion:, dropping incoming message and invalidating the connection.
Exception: -[StoreKitTestingService sendTestPingbackForBundleID:completion:]: unrecognized selector sent to instance 0x600003824150
-[StoreKitTestingService sendTestPingbackForBundleID:completion:]: unrecognized selector sent to instance 0x600003824150
(
0 CoreFoundation 0x000000018040c304 __exceptionPreprocess + 172
1 libobjc.A.dylib 0x000000018005131c objc_exception_throw + 56
2 CoreFoundation 0x000000018041afbc +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0
3 CoreFoundation 0x000000018040ffcc ___forwarding___ + 740
4 CoreFoundation 0x000000018041268c _CF_forwarding_prep_0 + 92
5 Foundation 0x0000000180cadca4 __NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT_S2__ + 12
6 Foundation 0x0000000180cac9e0 -[NSXPCConnection _decodeAndInvokeMessageWithEvent:reply:flags:] + 1588
7 Foundation 0x0000000180caeab0 message_handler_message + 84
8 Foundation 0x0000000180cae03c message_handler + 148
9 libxpc.dylib 0x0000000180088404 _xpc_connection_call_event_handler + 68
10 libxpc.dylib 0x00000001800887c4 _xpc_connection_mach_event + 904
11 libdispatch.dylib 0x000000018013581c _dispatch_client_callout4 + 16
12 libdispatch.dylib 0x0000000180153f20 _dispatch_mach_msg_invoke + 624
13 libdispatch.dylib 0x000000018013d648 _dispatch_lane_serial_drain + 348
14 libdispatch.dylib 0x0000000180154fec _dispatch_mach_invoke + 468
15 libdispatch.dylib 0x000000018013d648 _dispatch_lane_serial_drain + 348
16 libdispatch.dylib 0x000000018013e474 _dispatch_lane_invoke + 448
17 libdispatch.dylib 0x000000018014a624 _dispatch_workloop_worker_thread + 772
18 libsystem_pthread.dylib 0x00000001ae55eb40 _pthread_wqthread + 284
19 libsystem_pthread.dylib 0x00000001ae55d904 start_wqthread + 8
)