Score (native)
FRVR.score is a thin wrapper for channels that expose a native per‑player “current score” API — primarily Apple Game Center and Google Play Games. If you’re shipping to native mobile, use this in addition to leaderboards to get platform‑native UI (notifications, rankings inside Game Center, etc.).
Submit a score
Section titled “Submit a score”FRVR.score is only present on channels that support it. Guard calls:
Safe to call alongside FRVR.leaderboards.postScore(...) — they target different backends.