youknowone / itunes-iap

Apple iTunes In-app purchase verification tool
http://itunes-iap.readthedocs.io
Other
136 stars 50 forks source link

fix bug when deal with 'in_app' format #11

Closed miukal closed 9 years ago

miukal commented 9 years ago

format of receipt_data here should be like this

receipt: {
    in_app: [
      {
        product_id: "com.example.mygame.tool1",
        ...
      }
    ],
    original_application_version: "1.0",
    ...
}