From b5d22909e2b9c3451ad6e56864483aece029476c Mon Sep 17 00:00:00 2001 From: punto- Date: Tue, 25 Feb 2014 18:50:11 -0800 Subject: [PATCH] Updated ios_services (markdown) --- ios_services.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ios_services.md b/ios_services.md index 70be0b0..6b8e25b 100644 --- a/ios_services.md +++ b/ios_services.md @@ -44,6 +44,8 @@ Pops the first event from the queue and returns it. ### Store Kit +Implemented in platform/iphone/in_app_store.mm + The Store Kit API is accessible through the "InAppStore" singleton (will always be available from gdscript). It is initialized automatically. It has 2 methods for purchasing: * Error [purchase](#wiki-purchase)(Variant p_params); @@ -116,6 +118,8 @@ The response event will be a dictionary with the following fields: ### Game Center +Implemented in platform/iphone/game_center.mm + The Game Center API is available through the "GameCenter" singleton. It has 2 methods: * Error [post_score](#wiki-post_score)(Variant p_score);