Skip to content

InAppUtils.receiptData returns undefined  #219

@mrcwerfar

Description

@mrcwerfar

After running this

InAppUtils.receiptData((error, receiptData)=> {
if(error) {
Alert.alert('itunes Error', 'Receipt not found.');
} else {
//send to validation server
}
});

receiptData and error is both undefined...

Before trying to get the receipt I run InAppUtils.loadProducts(..) which works fine.

Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions