Gil Meroz
Results
3
comments of
Gil Meroz
I get nil in this line and it crashes on the next line: ``` [self.purchaseRecord setObject:originalAppVersion forKey:kOriginalAppVersionKey]; ```
See this example: https://jsfiddle.net/gmeroz/a3cc80xb/
The problem is on this code: //if it's an object, overriding the previous data if ( subunitData === Object(subunitData) ) { this.options.data[subunit] = defaults(subunitData, this.options.data[subunit] || {}); The "defaults" function...