diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-02-24 01:24:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 01:24:37 +0100 |
commit | 6e3ba43457360dfccdec62de4e5d3085552dbec2 (patch) | |
tree | fb11867d3a4f59c5e4b2c2d34f2a15fa30348435 /platform/iphone/in_app_store.h | |
parent | ed0d1a440474d862bca9d05645f46fda8d4c43b4 (diff) | |
parent | da652c1539281c820240489cb15c3387033b2af9 (diff) |
Merge pull request #16901 from jandrewlong/ios-restore-purchases
add restore purchases for ios
Diffstat (limited to 'platform/iphone/in_app_store.h')
-rw-r--r-- | platform/iphone/in_app_store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/in_app_store.h b/platform/iphone/in_app_store.h index 7d53eaae20..353438676d 100644 --- a/platform/iphone/in_app_store.h +++ b/platform/iphone/in_app_store.h @@ -46,6 +46,7 @@ class InAppStore : public Object { public: Error request_product_info(Variant p_params); + Error restore_purchases(); Error purchase(Variant p_params); int get_pending_event_count(); |