This website requires JavaScript.
Explore
Help
Register
Sign In
Partydeck
/
IAP-Extension
Watch
3
Star
0
Fork
0
You've already forked IAP-Extension
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
IAP-Extension
/
extension-iap
/
src
History
Björn Ritzl
a88fab1543
Removed unused code
2020-07-23 19:29:37 +02:00
..
java/com/defold
/iap
Formatting and cleanup
2020-07-23 14:04:17 +02:00
iap_android.cpp
Removed unused code
2020-07-23 19:29:37 +02:00
iap_emscripten.cpp
Add transactions handler to init method according ios documentation it's important to add handler on application:didFinishLaunchingWithOptions: (
https://developer.apple.com/documentation/storekit/in-app_purchase/setting_up_the_transaction_observer_for_the_payment_queue?language=objc
), move observable commands to separate queue so it can be processed separately and after listener setup, add IAP_ProcessPendingTransactions function to resolve pending transactions on iOS.
2020-03-04 17:26:52 +03:00
iap_ios.mm
Merge pull request
#22
from dyukorev/master
2020-04-01 10:10:41 +02:00
iap_null.cpp
Initial commit
2019-09-17 16:50:00 +02:00
iap_private.cpp
Use Lua callback handling functions from DefoldSDK
2019-11-15 19:04:23 +01:00
iap_private.h
Use Lua callback handling functions from DefoldSDK
2019-11-15 19:04:23 +01:00
iap.h
Initial commit
2019-09-17 16:50:00 +02:00