OneSignal-iOS-SDK icon indicating copy to clipboard operation
OneSignal-iOS-SDK copied to clipboard

[Bug]: ERROR: OSPropertyOperationExecutor update properties request failed with error: <OneSignalClientError: 0x137de1740>

Open onlydstn opened this issue 6 months ago • 3 comments

What happened?

ERROR: OSPropertyOperationExecutor update properties request failed with error: <OneSignalClientError: 0x137de1740>

Steps to reproduce?

..

What did you expect to happen?

..

OneSignal iOS SDK version

5.2.12

iOS version

18

Specific iOS version

iOS 18.5

Relevant log output

ERROR: OSPropertyOperationExecutor update properties request failed with error: <OneSignalClientError: 0x137de1740>

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

onlydstn avatar May 30 '25 12:05 onlydstn

Hi @onlydstn thanks for reporting,

ERROR: OSPropertyOperationExecutor update properties request failed with error: <OneSignalClientError: 0x137de1740> does not contain enough information.

Please turn on VERBOSE-level logging and share more logs that happen before this error. It will contain information about the actual request made and the response.

nan-li avatar May 30 '25 19:05 nan-li

Log.zip I can't upload text files so I had to zip it

onlydstn avatar May 30 '25 21:05 onlydstn

Hi @onlydstn, I see the error is from purchase tracking. The SDK is sending a purchase with this payload:

["count": 248, "sku": muslimminds_199_1m, "iso": EUR, "amount": 0,99]

And the error from our server is "Invalid number found in purchase amount". This shouldn't affect any other behavior. The SDK will not retry this request and it will simply be dropped. All other features of the SDK appear to be working correctly.

nan-li avatar May 30 '25 22:05 nan-li