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
Reverse engineering in AppStore review
Search
Hokila Jan
March 24, 2024
0
25
Reverse engineering in AppStore review
Mar 2024 可可頭
https://www.youtube.com/watch?v=D8fbOKKbzVI&t=136s
Hokila Jan
March 24, 2024
Tweet
Share
More Decks by Hokila Jan
See All by Hokila Jan
那些年在面試學會的東西
hokila
0
44
Bitrise API
hokila
0
12
iPlayground 2018 總結
hokila
0
880
從獨立開發到大型專案的CI/CD攻略
hokila
1
800
Bitrise Introduction
hokila
0
410
iPlayground 2019 Opening Second Day
hokila
0
230
iPlayground 2019 Opening First Day
hokila
0
300
iPlayground 2018 第二天開場
hokila
0
1.2k
iPlayground 2018 第一天開場
hokila
0
2.2k
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
820
The World Runs on Bad Software
bkeepers
PRO
65
11k
How GitHub (no longer) Works
holman
310
140k
Six Lessons from altMBA
skipperchong
27
3.5k
A better future with KSS
kneath
238
17k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Agile that works and the tools we love
rasmusluckow
327
21k
The Language of Interfaces
destraynor
154
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Transcript
How to submit apps to AppStore Hokil a Coco a
He a ds T a ipei 2024.3
1. Prepare your code 2. a paid Apple Developer account
3. generate certificate/provision 4. archive ipa 5. fill app metadata in AppStore connect 6. submit for review In basic
• Hidden feature inside Not show for reviewer, only
for users • Competitions pass 3 apps per week with team member 100+, means pass 12 apps per month Advanced
• Hidden feature inside Not show for reviewer, only
for users • Competitions pass 3 apps per week with team member 100+, means pass 12 apps per month • Initial member 3: PM + UI + RD Hell mode
framework app 1 framework app 2 framework app 3
framework app 1 framework app 2 framework app 3 pass
reject reject open for download Remove after 3 days
first 3 month • Wrote 18 a pps • Only
P a ss 2 • Surviv a l 6 d a ys • P a ss r a te 11%
Reverse engineer in AppStore review Hokil a Coco a He
a ds T a ipei 2024.3
ఏڙ
ఏڙ
1. Market survey: 2. Isolate apps, look like a newbie
3. Obfuscate, make code independent 4. A/B test in every submit How to apply reverse engineering?
What Apple do?
None
• cl a ss dump • string strip • property
function n a me • process f low
What kind of app can pass?
None
What will newbie do? 🤦🤦🤦
1. Each account submit 1 or 2 apps 2. Each
app use different Mac to archive • Cloud Mac • Cloud CI What will newbie do?
Obfuscate
1. ipa contain Mac identifier 2. Almost all text can
strip out 3. refactor framework 4. app will put in ban list after tremendous download A/B test result
• Submit 40~60, pass 28~35 apps per month • Each
app can survive 2~14 days • More technique: fastlane + bitrise + selenium • Total team member < 10 After 2 years
• Hidden feature inside Not show for reviewer, only
for users • Competitions pass 3 apps per week with team member 100+, means pass 12 apps per month • Hell mode complete Hell mode
• Choice outweighs effort, add more developer? • Write down
strategy, verify with result • Limited variable for A/B test • Something you don’t like to do, let robot do The way we do