SlideShare uma empresa Scribd logo
1 de 34
Baixar para ler offline
AU T O M AT I N G I O S
D E PL OY M E N T
K I R AN PA N E S A R
@ K _ PAN E S A R
I ’ M T H E C T O O F
M O BI L E X L A B S ,
A N D W E M A K E
NAT I V. C O M .
W E ’ RE I N BE TA .
BE N I C E .
K I R AN @ M O B I L E X LAB S . C O M
I O S AU T O M AT I O N
I S G RE AT.
xcodebuild - Jenkins - ios-sim - UIAutomation - TestFlight’s API - etc
T H IS M A K ES I O S
D E VE L O PM E N T
FA ST A N D F U N !
B U T , W H AT
A B O U T
D E PL OY M E N T ?
1. Sign into the Provisioning Portal.
2. Create an app ID.
3. Create a distribution certificate.
4. Install distribution certificate.
5. Create provisioning profile.
6. Download and install profile.
7. Fight with Xcode’s profile management for some time.
8. Tell Xcode to use the profile for distribution.
9. Build.
10. Export archive.
11. Upload to TestFlight, App Store, HockeyApp, etc.
( D E LI B E R AT E LY S MAL L )
T H I S M A K ES I O S
D E VE L O PM E N T
SL OW A N D D U L L .
– Y O U
I D O N ’ T D O T H I S
V E RY O F T E N .
W H Y D O I C A RE ?
PE O PL E D O N ’ T C A RE
E N O U G H A B O U T I T.
BU T T H E Y A LWAYS
C O M PL A I N .
T H IS I S A RE A L
PRO BL E M FO R
US .
N O
PRO V ISI O N I N G
P O RTA L A P I .
S O W H AT ?
B U I L D O N E .
I N T RO D UC I N G
H A M P E R .
G I T H U B . C O M / M O B I L E X LAB S / HAM P E R
A C O M M A N D
L I N E I N T E RFAC E
FO R I O S
PRO V ISI O N I N G
G I T H U B . C O M / M O B I L E X LAB S / HAM P E R
H OW D O ES I T W O RK ?
Python, Selenium, PhantomJS
W H AT C A N I T D O ?
• Authentication.
• App ID registration.
• Certificate generation.
• Provisioning profile creation.
I NSTA L L AT I O N
brew install phantomjs
...
sudo pip install hampercli
ST RU C T U RE
hamper <module> <verb> --<argument> <value>
L E T ’ S S E E
W H AT I T C A N
D O .
SI G N I N
hamper auth login --email your@email.com --password passwd
Authenticating user...
User successfully authenticated.
(Password stored in the device’s keychain for future requests)
A PP I D RE G IST RAT I O N
hamper identifier create --app_name MyApp
--bundle_id com.mxl.new_app
Generating app ID...
App ID successfully generated.
C E RT I F I C AT E G E N E RAT I O N
hamper cert create distribution --csr_path /request.csr
--cert_path /out.cer
--bundle_id com.mxl.new_app
...
Generating certificate (this could take a minute)...
Certificate successfully generated.
Downloading certificate (this could take a minute)...
Certificate successfully downloaded (/Users/kiran/out.cer).
openssl genrsa -out private.key 2048
openssl req -new -key private.key -out request.csr
Using openssl to generate key and CSR
Generate a certificate
PRO V I SI O N I N G P RO F I L E C RE AT I O N
...
Waiting for Apple to generate profile (this could take a
minute)...
Provisioning profile successfully generated.
Downloading provisioning profile...
Profile successfully downloaded (/Users/kiran/p.mobileprovision).
hamper profile create app_store --name MyApp_Production
--bundle_id com.kp.my_app
--profile_path p.mobileprovision
--exp_day 20
--exp_month 04
--exp_year 2015
– Y O U
W H AT C A N I D O
W I T H T H IS ?
T O T H E A PP
ST O RE !
Using Hamper with Shenzhen (Mattt Thompson)
RE G IST E R A N A PP
hamper identifier create --app_name MyApp
--bundle_id com.mxl.new_app
Generating app ID...
App ID successfully generated.
G E N E RAT E T H E P RO F I L E
Waiting for Apple to generate profile (this could take a
minute)...
Provisioning profile successfully generated.
Downloading provisioning profile...
Profile successfully downloaded (/Users/kiran/p.mobileprovision).
hamper profile create app_store --name MyApp_Production
--bundle_id com.mxl.new_app
--profile_path p.mobileprovision
--exp_day 20
--exp_month 04
--exp_year 2015
I NSTA L L T H E PRO F I L E
uuid=`grep UUID -A1 -a p.mobileprovision |
grep -io "[-A-Z0-9]{36}"`
cp p.mobileprovision ~/Library/MobileDevice/Provisioning
Profiles/$uuid.mobileprovision
H O L D O N T O T H AT U U I D , W E ’ RE G O I N G T O N E E D I T I N T H E N E X T S T E P
B U I L D A N D A RC H I VE
xcodebuild archive -workspace my_app.xcworkspace
-scheme MyApp
-archivePath output.xcarchive
PROVISIONING_PROFILE=$uuid
xcodebuild -exportArchive -archivePath output.xcarchive
-exportPath ./
-exportFormat ipa
-exportProvisioningProfile p.mobileprovision
U PL OA D !
ipa distribute:itunesconnect -a me@email.com -p passwd -i 234234235
--upload
U S I N G S H E N Z H E N
W H AT ’ S N E X T ?
• Prompting interface.
• Integration with openssl to generate CSRs.
• Integration with iTunes Connect to create an app, fill out metadata.
• General reliability improvements.
B E CAU S E I T ’ S I N B E TA .
T H A N K S !
G I T H U B . C O M / M O B I L E X LAB S / HAM P E R
K I RA N PA N ES A R
E N G I N E E R I N G . M O B I L E X LAB S . C O M
@ K _ PAN E SAR
K I R AN @ M O B I L E X LAB S . C O M

Mais conteúdo relacionado

Semelhante a Automate iOS Deployment with Hamper and Schezhen

Puppet Camp Sydney 2014 - Evolving Design Patterns in AWS
Puppet Camp Sydney 2014 - Evolving Design Patterns in AWSPuppet Camp Sydney 2014 - Evolving Design Patterns in AWS
Puppet Camp Sydney 2014 - Evolving Design Patterns in AWSjohnpainter_id_au
 
Cloud Identity Deployed
Cloud Identity DeployedCloud Identity Deployed
Cloud Identity DeployedPablo Valarezo
 
Firebase Login Function
Firebase Login FunctionFirebase Login Function
Firebase Login FunctionWing Yiu Ng
 
Evolving for Multiple Screens
Evolving for Multiple ScreensEvolving for Multiple Screens
Evolving for Multiple Screenssgleadow
 
Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...
Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...
Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...Amazon Appstore Developers
 
Android mobile app security offensive security workshop
Android mobile app security   offensive security workshopAndroid mobile app security   offensive security workshop
Android mobile app security offensive security workshopAbhinav Sejpal
 
User Experience within software Testing
User Experience within software TestingUser Experience within software Testing
User Experience within software TestingYoussef Trabelsi
 
Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015
Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015
Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015Sergii Khomenko
 
Puppet Camp London 2015 - Helping Data Teams with Puppet
Puppet Camp London 2015 - Helping Data Teams with PuppetPuppet Camp London 2015 - Helping Data Teams with Puppet
Puppet Camp London 2015 - Helping Data Teams with PuppetPuppet
 
Nuno Job - what's next for software - ANDdigital tech summit
Nuno Job - what's next for software - ANDdigital tech summitNuno Job - what's next for software - ANDdigital tech summit
Nuno Job - what's next for software - ANDdigital tech summitGreta Strolyte
 
4 GDPR Hacks to Mitigate Breach Risks Post GDPR
4 GDPR Hacks to Mitigate Breach Risks Post GDPR4 GDPR Hacks to Mitigate Breach Risks Post GDPR
4 GDPR Hacks to Mitigate Breach Risks Post GDPRTransUnion
 
Scale up your apps and games building new experiences on amazon fire tv
Scale up your apps and games building new experiences on amazon fire tvScale up your apps and games building new experiences on amazon fire tv
Scale up your apps and games building new experiences on amazon fire tvAmazon Appstore Developers
 
PyLadies Talk: Learn to love the command line!
PyLadies Talk: Learn to love the command line!PyLadies Talk: Learn to love the command line!
PyLadies Talk: Learn to love the command line!Blanca Mancilla
 
Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...
Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...
Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...Amazon Appstore Developers
 
Secure Application Development
Secure Application DevelopmentSecure Application Development
Secure Application DevelopmentRadu Vunvulea
 

Semelhante a Automate iOS Deployment with Hamper and Schezhen (20)

Puppet Camp Sydney 2014 - Evolving Design Patterns in AWS
Puppet Camp Sydney 2014 - Evolving Design Patterns in AWSPuppet Camp Sydney 2014 - Evolving Design Patterns in AWS
Puppet Camp Sydney 2014 - Evolving Design Patterns in AWS
 
Cloud Identity Deployed
Cloud Identity DeployedCloud Identity Deployed
Cloud Identity Deployed
 
Firebase Login Function
Firebase Login FunctionFirebase Login Function
Firebase Login Function
 
Evolving for Multiple Screens
Evolving for Multiple ScreensEvolving for Multiple Screens
Evolving for Multiple Screens
 
Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...
Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...
Creating Rich Multi-Screen Experiences on Android with Amazon Fling - Mario V...
 
Flutter Development –Connect Infosoft
Flutter Development –Connect InfosoftFlutter Development –Connect Infosoft
Flutter Development –Connect Infosoft
 
Vb & asp
Vb & aspVb & asp
Vb & asp
 
Android mobile app security offensive security workshop
Android mobile app security   offensive security workshopAndroid mobile app security   offensive security workshop
Android mobile app security offensive security workshop
 
User Experience within software Testing
User Experience within software TestingUser Experience within software Testing
User Experience within software Testing
 
Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015
Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015
Helping Data Teams with Puppet / Puppet Camp London - Apr 13, 2015
 
Puppet Camp London 2015 - Helping Data Teams with Puppet
Puppet Camp London 2015 - Helping Data Teams with PuppetPuppet Camp London 2015 - Helping Data Teams with Puppet
Puppet Camp London 2015 - Helping Data Teams with Puppet
 
Nuno Job - what's next for software - ANDdigital tech summit
Nuno Job - what's next for software - ANDdigital tech summitNuno Job - what's next for software - ANDdigital tech summit
Nuno Job - what's next for software - ANDdigital tech summit
 
4 GDPR Hacks to Mitigate Breach Risks Post GDPR
4 GDPR Hacks to Mitigate Breach Risks Post GDPR4 GDPR Hacks to Mitigate Breach Risks Post GDPR
4 GDPR Hacks to Mitigate Breach Risks Post GDPR
 
Scale up your apps and games building new experiences on amazon fire tv
Scale up your apps and games building new experiences on amazon fire tvScale up your apps and games building new experiences on amazon fire tv
Scale up your apps and games building new experiences on amazon fire tv
 
Ramesh iOS Profile
Ramesh iOS ProfileRamesh iOS Profile
Ramesh iOS Profile
 
PyLadies Talk: Learn to love the command line!
PyLadies Talk: Learn to love the command line!PyLadies Talk: Learn to love the command line!
PyLadies Talk: Learn to love the command line!
 
SunShine PHP
SunShine PHPSunShine PHP
SunShine PHP
 
Workshop: Integrating Amazon APIs in Unity
Workshop: Integrating Amazon APIs in Unity Workshop: Integrating Amazon APIs in Unity
Workshop: Integrating Amazon APIs in Unity
 
Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...
Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...
Developing Media Streaming Android Apps the Easy Way with Fire App Builder - ...
 
Secure Application Development
Secure Application DevelopmentSecure Application Development
Secure Application Development
 

Último

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 

Último (20)

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 

Automate iOS Deployment with Hamper and Schezhen

  • 1. AU T O M AT I N G I O S D E PL OY M E N T K I R AN PA N E S A R @ K _ PAN E S A R
  • 2. I ’ M T H E C T O O F M O BI L E X L A B S , A N D W E M A K E NAT I V. C O M .
  • 3. W E ’ RE I N BE TA . BE N I C E . K I R AN @ M O B I L E X LAB S . C O M
  • 4. I O S AU T O M AT I O N I S G RE AT. xcodebuild - Jenkins - ios-sim - UIAutomation - TestFlight’s API - etc
  • 5. T H IS M A K ES I O S D E VE L O PM E N T FA ST A N D F U N !
  • 6. B U T , W H AT A B O U T D E PL OY M E N T ?
  • 7. 1. Sign into the Provisioning Portal. 2. Create an app ID. 3. Create a distribution certificate. 4. Install distribution certificate. 5. Create provisioning profile. 6. Download and install profile. 7. Fight with Xcode’s profile management for some time. 8. Tell Xcode to use the profile for distribution. 9. Build. 10. Export archive. 11. Upload to TestFlight, App Store, HockeyApp, etc. ( D E LI B E R AT E LY S MAL L )
  • 8. T H I S M A K ES I O S D E VE L O PM E N T SL OW A N D D U L L .
  • 9. – Y O U I D O N ’ T D O T H I S V E RY O F T E N . W H Y D O I C A RE ?
  • 10. PE O PL E D O N ’ T C A RE E N O U G H A B O U T I T. BU T T H E Y A LWAYS C O M PL A I N .
  • 11. T H IS I S A RE A L PRO BL E M FO R US .
  • 12. N O PRO V ISI O N I N G P O RTA L A P I .
  • 13. S O W H AT ? B U I L D O N E .
  • 14. I N T RO D UC I N G H A M P E R . G I T H U B . C O M / M O B I L E X LAB S / HAM P E R
  • 15. A C O M M A N D L I N E I N T E RFAC E FO R I O S PRO V ISI O N I N G G I T H U B . C O M / M O B I L E X LAB S / HAM P E R
  • 16. H OW D O ES I T W O RK ? Python, Selenium, PhantomJS
  • 17. W H AT C A N I T D O ? • Authentication. • App ID registration. • Certificate generation. • Provisioning profile creation.
  • 18. I NSTA L L AT I O N brew install phantomjs ... sudo pip install hampercli
  • 19. ST RU C T U RE hamper <module> <verb> --<argument> <value>
  • 20. L E T ’ S S E E W H AT I T C A N D O .
  • 21. SI G N I N hamper auth login --email your@email.com --password passwd Authenticating user... User successfully authenticated. (Password stored in the device’s keychain for future requests)
  • 22. A PP I D RE G IST RAT I O N hamper identifier create --app_name MyApp --bundle_id com.mxl.new_app Generating app ID... App ID successfully generated.
  • 23. C E RT I F I C AT E G E N E RAT I O N hamper cert create distribution --csr_path /request.csr --cert_path /out.cer --bundle_id com.mxl.new_app ... Generating certificate (this could take a minute)... Certificate successfully generated. Downloading certificate (this could take a minute)... Certificate successfully downloaded (/Users/kiran/out.cer). openssl genrsa -out private.key 2048 openssl req -new -key private.key -out request.csr Using openssl to generate key and CSR Generate a certificate
  • 24. PRO V I SI O N I N G P RO F I L E C RE AT I O N ... Waiting for Apple to generate profile (this could take a minute)... Provisioning profile successfully generated. Downloading provisioning profile... Profile successfully downloaded (/Users/kiran/p.mobileprovision). hamper profile create app_store --name MyApp_Production --bundle_id com.kp.my_app --profile_path p.mobileprovision --exp_day 20 --exp_month 04 --exp_year 2015
  • 25. – Y O U W H AT C A N I D O W I T H T H IS ?
  • 26. T O T H E A PP ST O RE ! Using Hamper with Shenzhen (Mattt Thompson)
  • 27. RE G IST E R A N A PP hamper identifier create --app_name MyApp --bundle_id com.mxl.new_app Generating app ID... App ID successfully generated.
  • 28. G E N E RAT E T H E P RO F I L E Waiting for Apple to generate profile (this could take a minute)... Provisioning profile successfully generated. Downloading provisioning profile... Profile successfully downloaded (/Users/kiran/p.mobileprovision). hamper profile create app_store --name MyApp_Production --bundle_id com.mxl.new_app --profile_path p.mobileprovision --exp_day 20 --exp_month 04 --exp_year 2015
  • 29. I NSTA L L T H E PRO F I L E uuid=`grep UUID -A1 -a p.mobileprovision | grep -io "[-A-Z0-9]{36}"` cp p.mobileprovision ~/Library/MobileDevice/Provisioning Profiles/$uuid.mobileprovision H O L D O N T O T H AT U U I D , W E ’ RE G O I N G T O N E E D I T I N T H E N E X T S T E P
  • 30. B U I L D A N D A RC H I VE xcodebuild archive -workspace my_app.xcworkspace -scheme MyApp -archivePath output.xcarchive PROVISIONING_PROFILE=$uuid xcodebuild -exportArchive -archivePath output.xcarchive -exportPath ./ -exportFormat ipa -exportProvisioningProfile p.mobileprovision
  • 31. U PL OA D ! ipa distribute:itunesconnect -a me@email.com -p passwd -i 234234235 --upload U S I N G S H E N Z H E N
  • 32. W H AT ’ S N E X T ? • Prompting interface. • Integration with openssl to generate CSRs. • Integration with iTunes Connect to create an app, fill out metadata. • General reliability improvements. B E CAU S E I T ’ S I N B E TA .
  • 33. T H A N K S ! G I T H U B . C O M / M O B I L E X LAB S / HAM P E R
  • 34. K I RA N PA N ES A R E N G I N E E R I N G . M O B I L E X LAB S . C O M @ K _ PAN E SAR K I R AN @ M O B I L E X LAB S . C O M