You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When validating receipt, Apple's response can be nil, which causes the app to crash when it tries to convert nil to JSON via NSDictionary* rec = [IAPShare toJSON:response];
I propose a modification simply in the read-me doc's example code, to now be as follows:
When validating receipt, Apple's
response
can be nil, which causes the app to crash when it tries to convert nil to JSON viaNSDictionary* rec = [IAPShare toJSON:response];
I propose a modification simply in the read-me doc's example code, to now be as follows:
The text was updated successfully, but these errors were encountered: