You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`post_score(Dictionary score_dictionary)` - Reports a score data to iOS `GameCenter`. Generates new event with `post_score` type.
13
+
`award_achievement(Dictionary achievent_dictionary)` - Reports progress of achievement data to iOS `GameCenter`. Generates new event with `award_achievement` type.
14
+
`reset_achievements()` - Resets all achievement progress for the local player. Generates new event with `reset_achievements` type.
15
+
`request_achievements()` - Loads previously submitted achievement progress for the local player from iOS `GameCenter`. Generates new event with `achievements` type.
16
+
`request_achievement_descriptions()` - Downloads the achievement descriptions from iOS `GameCenter`. Generates new event with `achievement_descriptions` type.
17
+
`show_game_center(Dictionary screen_dictionary)` - Displays Game Center information of your game. Generates new event with `show_game_center` type when information screen closes.
18
+
`request_identity_verification_signature()` - Creates a signature for a third-party server to authenticate the local player. Generates new event with `identity_verification_signature` type.
19
+
20
+
## Properties
21
+
22
+
## Events reporting
23
+
24
+
`get_pending_event_count()` - Returns number of events pending from plugin to be processed.
25
+
`pop_pending_event()` - Returns first unprocessed plugin event.
`request_product_info(Dictionary products_dictionary)` - Loads the unique identifiers for your in-app products in order to retrieve products information. Generates new event with `product_info` type.
6
+
`restore_purchases()` - Asks App Store payment queue to restore previously completed purchases. Generates new event with `restore` type.
7
+
`purchase(Dictionary product_dictionary)` - Adds a product payment request to the App Store payment queue. Generates new event with `purchase` type.
8
+
`set_auto_finish_transaction(bool flag)` - Sets a value responsible for enabling automatic transaction finishing.
9
+
`finish_transaction(String product_id)` - Notifies the App Store that the app finished processing the transaction.
10
+
11
+
## Properties
12
+
13
+
## Events reporting
14
+
15
+
`get_pending_event_count()` - Returns number of events pending from plugin to be processed.
16
+
`pop_pending_event()` - Returns first unprocessed plugin event.
0 commit comments