Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
tvOS Leaderboard
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Kenshi Kamata
October 21, 2016
Programming
0
1.2k
tvOS Leaderboard
Teck Talk Tokyo #5
Kenshi Kamata
October 21, 2016
Tweet
Share
More Decks by Kenshi Kamata
See All by Kenshi Kamata
500万ユーザーを支える残高の冪等性 / The idempotency of the balance for 5 million Merpay users
knsh14
0
2.9k
チャネルの仕組み
knsh14
6
5.5k
Go1.10 strings.Builder の紹介
knsh14
2
1.4k
Go でインタプリタを 書いてみよう
knsh14
0
3k
Let’s Create An Interpreter In Go
knsh14
0
150
Go Code Review Comment を翻訳した話
knsh14
0
7.6k
Other Decks in Programming
See All in Programming
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.2k
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
120
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
360
株式会社 Sun terras カンパニーデック
sunterras
0
2k
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
290
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
680
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
200
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
280
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
230
Raku Raku Notion 20260128
hareyakayuruyaka
0
430
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
160
15年目のiOSアプリを1から作り直す技術
teakun
1
600
Featured
See All Featured
Navigating Team Friction
lara
192
16k
KATA
mclloyd
PRO
35
15k
GitHub's CSS Performance
jonrohan
1032
470k
Visualization
eitanlees
150
17k
WENDY [Excerpt]
tessaabrams
9
36k
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
140
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Agile that works and the tools we love
rasmusluckow
331
21k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Transcript
tvOS Game with Unity Kenshi Kamata (@knsh14)
I’m … • Kenshi Kamata (@knsh14 twitter, Github ...) •
Unity Engineer @ KLab inc. ◦ Love Editor Extension ◦ Prototyping with Apple Devices( Apple TV & Apple Watch) • Interested in Unity C#, Golang , Swift
Introduction of My App • ユニティちゃんのホームランスタジアム (ゆにすた) • Platform: iOS,
Android, Windows Phone, tvOS • 9th in tvOS App Store Free Apps Ranking
Feature of tvOS ゆにすた • Use Leaderboard ◦ I’m 3rd
best slugger in the world. • Support real swing ◦ Siri remote is your bat ◦ Using gyroscope and acceralation sensor
tvOS Leaderboard • tvOS doesn’t have GameCenter app • We
have to create own Leaderboard icon • Using Unity methods, Sending score and showing Leaderboard UI is easy.
How to Set Leaderboard 1. Create Leaderboard in iTunesConnect
How to Set Leaderboard 1. Create Leaderboard in iTunesConnect
How to Set Leaderboard 2. Add tvOS Leaderboard assets to
Image.xcassets
How to Set Leaderboard 2. Add tvOS Leaderboard icon and
ID to Image.xcassets
How to Serve Leaderboard 3. build and check
How to Serve Leaderboard 4. Submit to iTunes Connect and
send Review
I thought It’s so Easy!
But … Big trap App can play well and show
Leaderboard but Failed to submit to iTunesConnect
Struggle • No Good Answer in Google / Apple Developer
Forum
Struggle • No one has experience to submit Leaderboard •
I have to solve it alone.
Solved • Finally, I found Resource Tag is wrong ◦
Default setting
Solved • Finally, I found Resource Tag is wrong ◦
Correct setting
Conclusion • Apple Device has so many trap. ◦ Stay
sharp until pushing release button. • But tvOS is more fun than iOS! ◦ Siri Remote can do many action!
Let’s Develop tvOS App!
Thanks for listening!