Updated ios_services (markdown)

punto- 2014-02-25 18:50:11 -08:00
parent 7067adab09
commit b5d22909e2

@ -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);