jnbt / candy_check

Check and verify in-app receipts
MIT License
125 stars 71 forks source link

unknown attribute 'in_app_ownership_type' for IosTransaction. #63

Closed SergioSoftwhisper closed 1 year ago

SergioSoftwhisper commented 3 years ago

Hi, we were trying to verify a receipt and we have got this error "unknown attribute 'in_app_ownership_type' for IosTransaction.". We have solved adding to the DB table "ios_transactions" the attribute "in_app_ownership_type" as string. In November 2020 all works ok.

jnbt commented 3 years ago

@SergioSoftwhisper I'm a little bit lost on this topic, because this gems doesn't ship with any database connection at all. Can you provide some source code to showcase the problem?