SKAdNetwork startImpression issue

I am testing SKAdNetwork 2.2 version;

iPhone 12 ProMax beta iOS 14.5 and Version 12.5 beta (12E5220o) in my m1 clip macbookpro;

after run below code

Code Block language
[SKAdNetwork startImpression:theSkAdImpressionObject completionHandler:^(NSError * _Nullable error) {
}];
//theSkAdImpressionObject is valid




nothing happened, and I got below log:

Code Block Objective-C
SKAdNetwork: Error in remote proxy while starting view-through impression: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service on pid 0 named com.apple.storekitservice" UserInfo={NSDebugDescription=connection to service on pid 0 named com.apple.storekitservice}


so, any suggestions ? thanks


I have receive the same error, and I don't know to resole.
I have found the error in open the iPhone console. May be UUID type, We should pass String object instead of NSUUID.
But I get the new error: Start impression called by source app bundle ID:com.xx.xx, adam ID:0 with incorrect version number
SKAdNetwork startImpression issue
 
 
Q