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.6k
チャネルの仕組み
knsh14
6
5.2k
Go1.10 strings.Builder の紹介
knsh14
2
1.3k
Go でインタプリタを 書いてみよう
knsh14
0
2.8k
Let’s Create An Interpreter In Go
knsh14
0
120
Go Code Review Comment を翻訳した話
knsh14
0
7.3k
Other Decks in Programming
See All in Programming
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
170
CSC305 Lecture 13
javiergs
PRO
0
130
Vitest Browser Mode への期待 / Vitest Browser Mode
odanado
PRO
2
1.7k
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
130
Nuxtベースの「WXT」でChrome拡張を作成する | Vue Fes 2024 ランチセッション
moshi1121
1
510
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
200
Go言語でターミナルフレンドリーなAIコマンド、afaを作った/fukuokago20_afa
monochromegane
2
140
現場で役立つモデリング 超入門
masuda220
PRO
13
2.9k
Pinia Colada が実現するスマートな非同期処理
naokihaba
2
160
Universal Linksの実装方法と陥りがちな罠
kaitokudou
1
220
Synchronizationを支える技術
s_shimotori
1
150
カスタムしながら理解するGraphQL Connection
yanagii
1
1.2k
Featured
See All Featured
Being A Developer After 40
akosma
86
590k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Statistics for Hackers
jakevdp
796
220k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
Designing the Hi-DPI Web
ddemaree
280
34k
The Art of Programming - Codeland 2020
erikaheidi
51
13k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.2k
Designing for Performance
lara
604
68k
GitHub's CSS Performance
jonrohan
1030
460k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
290
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Rails Girls Zürich Keynote
gr2m
93
13k
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!