From e029f41a134fdb094c3abacba962e025b789918b Mon Sep 17 00:00:00 2001 From: Andres Aguilar Date: Wed, 31 Aug 2022 10:41:14 -0700 Subject: [PATCH] integrate main 10 0 2 (#1908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * @ReactModule annotation (#1886) Co-authored-by: Andres Aguilar * 10.0.1 * product purchase lifecycle (#1885) * ci: replace publication for next branch * refactor!: create a PurchaseError class (#1866) * refactor!: remove support for default export (#1864) * chore: clean up non existing errors (#1868) * chore: move some logic into internal files (#1871) * refactor: extract event-emitter to specific file (#1872) * refactor!: make all methods take an object of params (#1873) * integrate ios storekit 2 (#1882) * set min ios version to 15 * consolidated buy methods * removed checks for older versions of ios * cleared most errors * swiftlint * continue migration, purchases * return promises to class * moved utils to ios * clean up promises and error codes * serialized Transactions * removed remaining old methods, added serialization * default to Xcode 4 spaces * Split files * Added more transaction methods * removed global autofinish * fix lint on doc Co-authored-by: Andres Aguilar * Able to purchase products * swift lint * fixed lint issues, removed methods Co-authored-by: hyochan Co-authored-by: Jérémy Barbet Co-authored-by: Andres Aguilar * Revert "product purchase lifecycle" (#1887) Revert "product purchase lifecycle (#1885)" This reverts commit 7f9ff8efbfc9b79204eb004ece673594c96a6e20. * docs: Fixed getProducts signature (#1896) * Fixed getProducts signature In the source code, we have an object with one attribute skus export declare const getProducts: ({ skus, }: { skus: string[]; }) => Promise>; * docs: Fixed getProducts signature In the source code, we have an object with one attribute skus export declare const getProducts: ({ skus, }: { skus: string[]; }) => Promise>; Co-authored-by: Abdelalim * revert to default 4 spaces (#1907) Co-authored-by: Andres Aguilar * 10.0.2 Co-authored-by: Andres Aguilar Co-authored-by: hyochan Co-authored-by: Jérémy Barbet Co-authored-by: Abdelalim-dev Co-authored-by: Abdelalim