-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash +[ADJUtil isValidParameter:attributeType:parameterName:] #721
Comments
Hi @bkhawarABC, Thank you for the report. Can you maybe share with us what are the keys and values that you are attaching as session callback parameters (when invoking |
Hi, we have similar crash. We can't replicate the crash, but in dashboard there's a few crash related to this. On the comment from @uerceg we are using +[ADJUtil writeObject:fileName:objectName:syncObject:]
It mainly happens on iPad, but there are some crashes on iPhone as well. SDK version: 4.38.1 |
Those two should be not related. I believe that your crash is similar to this one. I am also noticing that you are using iOS SDK v4.38.1. Would it be possible for you to update your SDK to the latest version and let us know if you are seeing those crashes still happening? |
@uerceg After investigation, I found that there might be a case in which one of the parameter is an Integer rather than a String. I'll make that change on my end to enforce a NSString for those cases. Hopefully, that resolves the issue. |
Stack Trace
NSInvalidArgumentException - -[NSDecimalNumber isEqualToString:]: unrecognized selector sent to instance
Additional Information
The text was updated successfully, but these errors were encountered: