ChrisNZL / Tallowmere2

Changelog, issue tracker, and development knowledge for Tallowmere 2.
https://tallowmere2.com
13 stars 0 forks source link

iOS & Google Play: Implement next step for global leaderboards #1105

Closed ChrisNZL closed 9 months ago

ChrisNZL commented 1 year ago

Currently in 0.3.6c, insufficient information is being sent to the leaderboard web server regarding account information for the upcoming leaderboard webpage.

Server currently sends back to the client:

4:16:40, Frame 46230, LOG »  LeaderboardEntrySubmitter_iOS.OnUpdate: WaitingForResponseFromWebServer: Entry submitted to web server successfully.
webRequester.Response: SUCCESS_ENTRY_SUBMITTED_OKAY

WARNING_NOT_ACTUALLY_SUBMITTED__NO_TRANSACTION_HASHES_RECEIVED

SqlLeaderboardUser::__set_state(array(
   'userDisplayNamePersona' => 'XXXXX',
   'steamAccountID' => 0,
   'googlePlayTransactionIDHash' => NULL,
   'appStoreTransactionIDHash' => NULL,
   'itchLoginKeyHash' => NULL,
))

Now that the game is more live and active, can start implementing proper processes.

Tasks:

ChrisNZL commented 9 months ago

Can't be bothered writing my own global leaderboard system.