|
788e7b1f96
|
IOS convert receipt to Base64.
|
2024-05-05 14:16:17 +02:00 |
|
|
b358e0bce4
|
Refactor IAP extension for Android and iOS platforms
|
2024-04-28 10:07:39 +02:00 |
|
|
6e27d8ad2e
|
Fix null pointer check and callback setup in IAP_SetListener function
|
2024-04-26 23:06:15 +02:00 |
|
|
406a594c8d
|
Refactor IAP extension for Android and iOS platforms
|
2024-04-26 22:21:37 +02:00 |
|
|
e8a39d9fee
|
Fix null pointer check in IAP_List function
|
2024-04-26 00:37:34 +02:00 |
|
|
82d9180447
|
Fix DM_PLATFORM_ANDROID macro in iap_android.cpp
|
2024-04-26 00:30:52 +02:00 |
|
|
7fe021480c
|
Fix DM_PLATFORM_ANDROID macro in iap_android.cpp
|
2024-04-26 00:30:40 +02:00 |
|
|
3dbd318f9c
|
Fix DM_PLATFORM_ANDROID macro in iap_android.cpp
|
2024-04-26 00:22:45 +02:00 |
|
|
e1106920b1
|
Refactor IAP initialization and purchase handling in iap_android.cpp and IapGooglePlay.java
|
2024-04-26 00:21:30 +02:00 |
|
|
d33c1b18ab
|
Remove unused PROVIDER_ID_AMAZON constant in iap_private.cpp
|
2024-04-26 00:16:04 +02:00 |
|
|
2d8a6496b5
|
Refactor PROVIDER_ID_GOOGLE to PROVIDER_ID_APPLE in iap.h and iap_android.cpp
|
2024-04-26 00:14:54 +02:00 |
|
|
75e1dc9515
|
Fix DM_PLATFORM_ANDROID macro in iap_android.cpp
|
2024-04-26 00:12:19 +02:00 |
|
|
f20a12ca05
|
Refactoring base extension. Removed unneeded logic.
|
2024-04-26 00:10:10 +02:00 |
|
|
a586e94e48
|
Fix DM_PLATFORM_ANDROID macro in iap_android.cpp
|
2024-04-22 00:07:30 +02:00 |
|
|
d4616ba97f
|
JNI Method fix
|
2024-04-22 00:05:43 +02:00 |
|
|
ad30ef296b
|
Added missing JNI method reference.
|
2024-04-21 22:08:13 +02:00 |
|
|
609071876c
|
Implemented support for account identifiers for Google Play and StoreKit.
|
2024-04-21 21:55:20 +02:00 |
|
Björn Ritzl
|
649a8a1ebf
|
Merge pull request #58 from defold/Issue-47-index-out-of-bounds-exception
Added product and purchase null checks
|
2023-02-07 15:53:39 +01:00 |
|
Björn Ritzl
|
ad06de7b9c
|
Check purchase listener
|
2023-02-06 23:11:24 +01:00 |
|
Björn Ritzl
|
d74c97d5c7
|
Added null checks
|
2023-02-06 15:56:03 +01:00 |
|
Björn Ritzl
|
5f3f43fb2e
|
Push nil as last argument if there is no error
|
2022-11-21 10:21:12 +01:00 |
|
JCash
|
501af9c90d
|
Updated to use dmScript::LuaToJson()
|
2022-11-02 14:36:36 +01:00 |
|
Björn Ritzl
|
52493d8c83
|
Improved API docs. Recurrence mode
|
2022-09-08 10:06:10 +02:00 |
|
Björn Ritzl
|
c09aa64ab5
|
Added title and description
|
2022-09-08 09:51:39 +02:00 |
|
Björn Ritzl
|
05e9001404
|
Fixed issues with subscriptions
|
2022-09-07 11:58:19 +02:00 |
|
Björn Ritzl
|
a26bb45791
|
Initial update
|
2022-09-06 23:59:27 +02:00 |
|
Alexey Gulev
|
3ecd6ef587
|
Smaller mutex scope + use new SDK android methods (Defold 1.2.188)
|
2021-10-31 13:22:18 +01:00 |
|
JCash
|
92d90bb4de
|
Fixed nul pointer deferencing
|
2021-10-06 09:55:49 +02:00 |
|
Björn Ritzl
|
3468b52658
|
Merge pull request #41 from BigButtonCo/master
Add original_json to transaction for validating purchases on android
|
2021-09-09 13:23:13 +02:00 |
|
JCash
|
b3b79006d7
|
Fixed threading issue of checking if command buffer is empty
|
2021-08-02 10:10:00 +02:00 |
|
Salavat
|
beb89d507f
|
Brought stores to a common view
Amazon iap_lib update
|
2021-07-20 02:32:13 +06:00 |
|
BigButtonCo
|
1a6d2f01e5
|
Merge branch 'defold:master' into master
|
2021-06-03 20:05:02 +02:00 |
|
Björn Ritzl
|
6e975b67de
|
Merge branch 'master' into dev-remove-init-count
|
2021-04-28 10:08:12 +02:00 |
|
Björn Ritzl
|
f3ee2361ac
|
Merge pull request #38 from defold/issue-35-crash-on-iap-oncommand
Get the Lua context from the callback and not the listener
|
2021-04-28 10:06:24 +02:00 |
|
Björn Ritzl
|
c21a8ea984
|
Update iap_ios.mm
|
2021-04-28 09:46:23 +02:00 |
|
Björn Ritzl
|
1c829abbfb
|
Check that the extension hasn't been recreated while fetching products
|
2021-04-28 08:59:16 +02:00 |
|
Björn Ritzl
|
80ba15bf22
|
Do not track init count for multiple Lua states
None of our other extensions support this
|
2021-04-28 08:54:38 +02:00 |
|
Björn Ritzl
|
5843f631af
|
Get the Lua context from the callback and not the listener
|
2021-04-27 19:52:14 +02:00 |
|
BigButtonCo
|
276437b981
|
Update IapGooglePlay.java
|
2021-04-12 19:26:56 +02:00 |
|
BigButtonCo
|
246fcd3179
|
Added original_json
|
2021-04-12 19:22:33 +02:00 |
|
Björn Ritzl
|
1a16fcc795
|
Make sure skuDetails exists and isn't empty
|
2021-01-25 10:37:09 +01:00 |
|
Mike
|
ca33678486
|
Amazon: Stub out acknowledgeTransaction
|
2020-10-17 13:15:17 -05:00 |
|
Mike
|
faf62f2314
|
Amazon: Initialize listProductsCommandPtrs
|
2020-10-17 11:42:47 -05:00 |
|
Björn Ritzl
|
a48ca394bb
|
Allocate empty string
Fixes #26
|
2020-08-19 10:06:39 +02:00 |
|
Björn Ritzl
|
4c78f9e28d
|
Update IapGooglePlay.java
|
2020-07-28 08:31:09 +02:00 |
|
Björn Ritzl
|
497d0dee1e
|
Added iap.acknowledge
|
2020-07-24 00:10:04 +02:00 |
|
Björn Ritzl
|
3c5f8c1424
|
Null checks
|
2020-07-23 19:30:20 +02:00 |
|
Björn Ritzl
|
a88fab1543
|
Removed unused code
|
2020-07-23 19:29:37 +02:00 |
|
Björn Ritzl
|
8cf185056f
|
Formatting and cleanup
|
2020-07-23 14:04:17 +02:00 |
|
Björn Ritzl
|
83876a508b
|
Almost done
|
2020-07-23 12:18:40 +02:00 |
|