OneSignal-iOS-SDK
OneSignal-iOS-SDK copied to clipboard
[Bug]: ERROR: OSPropertyOperationExecutor update properties request failed with error: <OneSignalClientError: 0x137de1740>
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
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.
Log.zip I can't upload text files so I had to zip it
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.