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.4k
Go でインタプリタを 書いてみよう
knsh14
0
2.9k
Let’s Create An Interpreter In Go
knsh14
0
140
Go Code Review Comment を翻訳した話
knsh14
0
7.5k
Other Decks in Programming
See All in Programming
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
340
Bedrock AgentCore ObservabilityによるAIエージェントの運用
licux
9
630
What's new in Adaptive Android development
fornewid
0
140
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
880
Jakarta EE Meets AI
ivargrimstad
0
670
自作OSでDOOMを動かしてみた
zakki0925224
1
1.3k
Introduction to Git & GitHub
latte72
0
110
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2.1k
Understanding Kotlin Multiplatform
l2hyunwoo
0
260
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
840
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
180
Infer入門
riru
4
1.5k
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Balancing Empowerment & Direction
lara
1
550
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Done Done
chrislema
185
16k
Facilitating Awesome Meetings
lara
54
6.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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!