games_services_tvos 0.0.1
games_services_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the games_services Flutter plugin, provided by flutter-tvos.
0.0.1 #
Initial release: tvOS implementation of games_services, ported from the
shared darwin/ source of games_services 5.3.0.
- Authentication, leaderboards, achievements, player and access point are the iOS code paths unchanged — Apple TV ships the whole of GameKit.
- Saved games are compiled out and return
saved_games_unavailable:GKLocalPlayer's saved-game category isAPI_UNAVAILABLE(tvos). - On 4.x, note that
signIn()resolves with a success message rather thannull— see "Using this withgames_services4.x" in the README. Failure throws on both versions, so a completed call is the reliable success signal. - Federates against
games_services_platform_interface >=4.1.1 <6.0.0. The native side answers both protocol versions: same channel name, 5.3.0's method set is a superset of 4.1.1's, and the only added argument (ignoreImages) defaults to 4.x's behaviour when absent.