Skip to content

Instantly share code, notes, and snippets.

@yangyubo
yangyubo / App-Store-Connect-API-Python.md
Last active January 17, 2022 02:43 — forked from corrieriluca/App-Store-Connect-API-Python.md
Connection to the App Store Connect API using Python3 and Applaud
@yangyubo
yangyubo / RVNReceiptValidation.m
Created May 24, 2018 02:26
Mac App Store Receipt Validation Sample (Mac OS X 10.7)
//
// RVNReceiptValidation.m
//
// Created by Satoshi Numata on 12/06/30.
// Copyright (c) 2012 Sazameki and Satoshi Numata, Ph.D. All rights reserved.
//
// This sample shows how to write the Mac App Store receipt validation code.
// Replace kRVNBundleID and kRVNBundleVersion with your own ones.
//
// This sample is provided because the coding sample found in "Validating Mac App Store Receipts"