104 Commits

Author SHA1 Message Date
Björn Ritzl
8cf185056f Formatting and cleanup 2020-07-23 14:04:17 +02:00
Björn Ritzl
7a00cd711d Define NON_CONSUMABLE 2020-07-23 12:26:01 +02:00
Björn Ritzl
83876a508b Almost done 2020-07-23 12:18:40 +02:00
Björn Ritzl
fcbdd9f4a6
Update index.md 2020-06-08 15:55:48 +02:00
Mathias Westerdahl
e79b5cfb36
Merge pull request #22 from dyukorev/master
Pending transactions fix
1.4.0
2020-04-01 10:10:41 +02:00
Denis Dyukorev
9a40a8ea73 Add 'process_pending_transactions' function documentation 2020-03-31 17:22:07 +07:00
Denis Dyukorev
564df1e279 Rename function argument to match naming requirements. 2020-03-31 16:27:22 +07:00
Björn Ritzl
f1d53948e9
Merge pull request #20 from defold/Issue-18-crash-on-empty-product
Check if title or description is null
1.3.0
2020-03-09 12:33:48 +01:00
Björn Ritzl
607b4a117e Update iap_ios.mm 2020-03-09 11:57:14 +01:00
Björn Ritzl
38656e973c Check if title or description is null
Fixes #18
2020-03-09 11:46:01 +01:00
Björn Ritzl
4efe0c2a25
Merge pull request #19 from defold/Issue-3-handle-missing-google-play-store
Handle missing google play store
2020-03-09 11:43:28 +01:00
Björn Ritzl
3fb09c3b95 Missing import 2020-03-09 11:22:54 +01:00
Björn Ritzl
2843080690 Check that the Google Play Store exists on device
Fixes #3
2020-03-09 11:22:41 +01:00
Björn Ritzl
1c017cf4ed
Merge pull request #17 from Filazapovich/master
iOS: Fix localized numbers in transaction date for some Arab countries
1.2.3
2020-03-05 06:29:00 +01:00
Denis Dyukorev
cbc1f659c1 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
Filazopovich Gennady
eda78dda4f Fix incorrect numbers in transaction date for some Arab countries 2020-03-04 15:39:30 +03:00
Denis Dyukorev
d6cc6f55f9 IAP command pointer to products list function to avoid crash on multiple calls products list 2020-02-15 15:00:15 +03:00
Björn Ritzl
8d9ea79d7d Fixed crash if buying when no listener was set 1.2.2 2020-02-10 08:25:48 +01:00
Björn Ritzl
c8d2d4e0d8 Merge branch 'master' of https://github.com/defold/extension-iap 2020-02-10 08:00:59 +01:00
Björn Ritzl
d2e2a640df Updated the example 2020-02-10 08:00:56 +01:00
Björn Ritzl
aa9448b5e9
Update index.md 2020-02-06 07:35:00 +01:00
Björn Ritzl
ce26b8fdd9
Merge pull request #15 from defold/crash_issue_fix
Fix crash related to lua stack
1.2.1
2020-01-17 06:20:18 +01:00
Alexey Gulev
1a778d0e98 fix crash 2020-01-16 23:16:21 +01:00
Mathias Westerdahl
6056ff8eeb
Merge pull request #13 from defold/refactor-lua-platform-code
Updated html5 to use the new Lua callback api from dmScript
1.2
2019-11-21 18:20:43 +01:00
mathiaswking
0e76cd4f24 Updated html5 to use the new Lua callback api from dmScript 2019-11-21 18:06:39 +01:00
Mathias Westerdahl
4221a3ba27
Merge pull request #11 from defold/sdk-lua-callback
Use Lua callback handling functions from DefoldSDK
2019-11-19 08:59:10 +01:00
mathiaswking
8eebb889e3 Use Lua callback handling functions from DefoldSDK 2019-11-15 19:04:23 +01:00
Mathias Westerdahl
eedfb80a6b
Merge pull request #10 from defold/ios-thread-queue
Added thread safe command queue for iOS
1.1
2019-11-15 10:16:05 +01:00
mathiaswking
f784c187b2 Added thread safe command queue for iOS 2019-11-14 18:26:55 +01:00
mathiaswking
bbab40a315 Made iOS functions static
Removed old documentation
2019-11-14 10:50:07 +01:00
mathiaswking
bca28de29a Moved command queue code to iap_private.h/cpp 2019-11-14 10:48:19 +01:00
Björn Ritzl
33c5709eaf Fixed docs 2019-11-12 13:55:46 +01:00
Björn Ritzl
daf85dbba5 Updated docs 2019-11-12 13:31:00 +01:00
Björn Ritzl
056618f6ba
Merge pull request #9 from dev-masih/patch-1
fixed wrong words
1.0.1
2019-11-03 22:34:31 +01:00
Masih
3994291854
fixed wrong words 2019-10-30 11:18:47 +03:30
Björn Ritzl
23a694bbb5
Update api.yml 2019-10-24 08:44:11 +02:00
Alexey Gulev
53493fea0b Fixed issue with command shadowing. 1.0 2019-09-27 15:34:16 +02:00
Alexey Gulev
33618ddc0a More careful work with pointers. 2019-09-26 14:52:03 +02:00
Alexey Gulev
7952bbd5f1 Revert "Added LUA_MULTRET"
This reverts commit af38c606dc37a9b6203533d2fab4e6d93ce72af9.
2019-09-26 10:58:16 +02:00
Alexey Gulev
af38c606dc Added LUA_MULTRET 2019-09-26 10:38:42 +02:00
Alexey Gulev
43cd7d6518 Removed Gemfile 2019-09-24 13:27:18 +02:00
Alexey Gulev
62e7ce36bd Added script_api 2019-09-24 13:26:03 +02:00
Alexey Gulev
edf4e920df Added documentation 2019-09-24 13:24:45 +02:00
Alexey Gulev
2c23e2f45a Replaced strncat with dmStrlCat 2019-09-24 09:48:03 +02:00
Alexey Gulev
af80e05796 Fixed pcall 2019-09-20 20:06:35 +02:00
Alexey Gulev
b68550e6ef Removed extern structures 2019-09-20 17:08:19 +02:00
Alexey Gulev
8a4a562c8d Fixed callback issue 2019-09-20 14:38:44 +02:00
Alexey Gulev
d3323f9884 Fixed callback 2019-09-19 09:19:00 +02:00
Alexey Gulev
8fda0a3ae9 Fixes for command invoke 2019-09-18 14:50:53 +02:00
Alexey Gulev
81e04c496f Example fixes 2019-09-18 14:45:45 +02:00