electron/atom/browser/mac
Adrien Fery 5486a65702 Improve in-app purchase for MacOS (#12464)
* Add methods to finish transactions

* Add a method to get the product descriptions from the App Store

* Improve the documentation of a transaction structure

* Add a tutorial for In App Purchase

* Fix typo in In-App Purchase tutorial

* Fix style of In-App Purchase files

* Fix In-App-Purchase product structure conversion in amr64

* Fix code style in In-App Purchase tutorial documentation

* Fix typos in In-App Purchase documentation

* Fix typo in In-App Purchase spec

* Slight style fixes
2018-04-05 15:33:13 +09:00
..
atom_application.h Implement shutdown event for macOS 2018-02-05 16:20:57 +09:00
atom_application.mm The tryToTerminateApp is not really needed 2018-02-05 16:25:50 +09:00
atom_application_delegate.h The tryToTerminateApp is not really needed 2018-02-05 16:25:50 +09:00
atom_application_delegate.mm The tryToTerminateApp is not really needed 2018-02-05 16:25:50 +09:00
dict_util.h Add systemPreferences.setUserDefault for macOS 2016-11-29 09:46:32 -08:00
dict_util.mm Use generic base::Value::SetKey 2018-02-23 10:21:23 +09:00
in_app_purchase.h Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00
in_app_purchase.mm Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00
in_app_purchase_observer.h Pass multiple transactions at the same time 2018-01-10 17:19:44 +09:00
in_app_purchase_observer.mm Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00
in_app_purchase_product.h Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00
in_app_purchase_product.mm Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00