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
140
Go Code Review Comment を翻訳した話
knsh14
0
7.4k
Other Decks in Programming
See All in Programming
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
890
DataformでPythonする / dataform-de-python
snhryt
0
110
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
4.7k
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
15
3.4k
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
120
JetBrainsのAI機能の紹介 #jjug
yusuke
0
160
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
3
300
Jakarta EE Meets AI
ivargrimstad
0
470
バイブスあるコーディングで ~PHP~ 便利ツールをつくるプラクティス
uzulla
1
300
QA x AIエコシステム段階構築作戦
osu
0
220
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
590
コーディングエージェント概観(2025/07)
itsuki_t88
0
460
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Thoughts on Productivity
jonyablonski
69
4.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
How to train your dragon (web standard)
notwaldorf
96
6.1k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Embracing the Ebb and Flow
colly
86
4.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
BBQ
matthewcrist
89
9.8k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
RailsConf 2023
tenderlove
30
1.2k
Documentation Writing (for coders)
carmenintech
72
4.9k
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!