Hi!
I am trying to store a long long value using CoreData. A value like 119143881477165. I am storing the value in NSNumber which is created using the convenience method numberWithUnsignedLongLong. The coredata metadata has the type for this field is set to int64. The number gets stored properly, however when I retrieve this number using unsingedlonglong value, the value is truncated.
Any suggestions ?