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
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.8k
チャネルの仕組み
knsh14
6
5.4k
Go1.10 strings.Builder の紹介
knsh14
2
1.3k
Go でインタプリタを 書いてみよう
knsh14
0
2.9k
Let’s Create An Interpreter In Go
knsh14
0
130
Go Code Review Comment を翻訳した話
knsh14
0
7.4k
Other Decks in Programming
See All in Programming
TypeScriptのmoduleオプションを改めて整理する
bicstone
4
430
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
280
TypeScript Language Service Plugin で CSS Modules の開発体験を改善する
mizdra
PRO
3
2.4k
Efficiency and Rock 'n’ Roll (Really!)
hollycummins
0
600
External SecretsのさくらProvider初期実装を担当しています
logica0419
0
240
TypeScript だけを書いて Tauri でデスクトップアプリを作ろう / Tauri with only TypeScript
tris5572
2
540
人には人それぞれのサービス層がある
shimabox
3
470
ワンバイナリWebサービスのススメ
mackee
10
7.5k
Building an Application with TDD, DDD and Hexagonal Architecture - Isn't it a bit too much?
mufrid
0
370
MLOps Japan 勉強会 #52 - 特徴量を言語を越えて一貫して管理する, 『特徴量ドリブン』な MLOps の実現への試み
taniiicom
2
570
DevTalks 25 - Create your own AI-infused Java apps with ease
kdubois
2
120
【TSkaigi 2025】これは型破り?型安全? 真実はいつもひとつ!(じゃないかもしれない)TypeScript クイズ〜〜〜〜!!!!!
kimitashoichi
1
300
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
298
21k
BBQ
matthewcrist
88
9.7k
Automating Front-end Workflow
addyosmani
1370
200k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Six Lessons from altMBA
skipperchong
28
3.8k
Adopting Sorbet at Scale
ufuk
76
9.4k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
460
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
We Have a Design System, Now What?
morganepeng
52
7.6k
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!