SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Backgrounding
Bursting Your Bubble on iOS
Sorry



Doing what you want in the background
is almost impossible
photo by protographer23
Get Your Notepads
      Ready

Suspending vs. Resuming

Local Notifications

Doing Stuff in the Background
Exiting vs. Resume

Since iOS 4, you can keep your app
“open” on exit

But it’s really just a “freeze” and
resume - nothing happens while it’s
in the background
Resume Me



Set the ‘UIApplicationExitsOnSuspend’
to ‘NO’ in your Info.plist
App Delegate Events
 App Initial Load -> Exit:

   applicationDidBecomeActive

   applicationWillResignActive

   applicationDidEnterBackground

 On Relaunch:

   applicationWillEnterForeground
Sounds Promising

applicationDidEnterBackground sounds
promising, but you can’t do anything
inside it that is long-running.

  Docs say you have 5 seconds

  You can’t get back to the UI
Terminate on Exit



Set ‘UIApplicationExitsOnSuspend’ to
‘YES’ in your Info.plist
App Delegate Events

 App Launch -> Exit:

   applicationDidBecomeActive

   applicationDidEnterBackground

   applicationWillTerminate
Kill Me



If the user does the jiggle and Red-
Xes the app, no events are fired
DEMO!
Local Notifications

You can schedule local notifications
to prompt the user at a future time
even if your app isn’t running

Useful - but remember the user isn’t
required to open the app, and your
notification may never appear
DEMO!
Ok, Next

So you “can” do things in the
background, but it’s limited to 3
things:

  Get GPS updates

  Play Justin Bieber

  Do the VOIP
Set Your Plist

Do do one of those 3 lovely things in
the background, set the
‘UIBackgroundModes’ in your
Info.plist

Values are: location, audio, voip
Location


Get super duper real-time updates or
major changes only

Use CLLocationManager to do the magic
DEMO!
Playing Audio


It’s easy: start playing your tunes
using AV* framework.

If something else starts playing
music, you lose
DEMO!
VOIP


Sorry, no demo.

But supposedly you can open a socket
and keep it open.
Fighting the Man

People have tried tricking the system
by playing an “empty” sound file.
This works until some other app plays
sound.

GPS Updates take up battery power, so
your users may hate you.
Conclusion
Read more at:

  http://developer.apple.com/library/ios/
  #documentation/iphone/conceptual/
  iphoneosprogrammingguide/
  BackgroundExecution/
  BackgroundExecution.html

Sample Code: https://github.com/
dnstevenson/BackgroundTest

Good Luck!
Thanks!

Find me on Twitter @dnstevenson

Buy one of my apps at http://
www.stevensonsoftware.com

Leave me a 5-star review and I’ll be
your best friend

Weitere Àhnliche Inhalte

Was ist angesagt?

Facebook Crashes on Google Chrome
Facebook Crashes on Google ChromeFacebook Crashes on Google Chrome
Facebook Crashes on Google ChromeVikas Medhekar
 
interACT With The Flash Platform
interACT With The Flash PlatforminterACT With The Flash Platform
interACT With The Flash PlatformHappy Banana
 
What to do when pseudo- is not good enough
What to do when pseudo- is not good enoughWhat to do when pseudo- is not good enough
What to do when pseudo- is not good enoughAngel Marchev
 
What will you do when the Mac OS in VMware doesn't recognise the iOS device
What will you do when the Mac OS in VMware doesn't recognise the iOS deviceWhat will you do when the Mac OS in VMware doesn't recognise the iOS device
What will you do when the Mac OS in VMware doesn't recognise the iOS deviceJaff Tiger
 
Pokemon Woe: A Botched Rollout or AR Growing Pains?
Pokemon Woe: A Botched Rollout or AR Growing Pains?Pokemon Woe: A Botched Rollout or AR Growing Pains?
Pokemon Woe: A Botched Rollout or AR Growing Pains?Doug MacFaddin
 
iPad Application Development
iPad Application DevelopmentiPad Application Development
iPad Application Development[x]cube LABS
 

Was ist angesagt? (9)

Contributing to Open Source - A Beginners Guide
Contributing to Open Source - A Beginners GuideContributing to Open Source - A Beginners Guide
Contributing to Open Source - A Beginners Guide
 
Facebook Crashes on Google Chrome
Facebook Crashes on Google ChromeFacebook Crashes on Google Chrome
Facebook Crashes on Google Chrome
 
Face Time
Face TimeFace Time
Face Time
 
interACT With The Flash Platform
interACT With The Flash PlatforminterACT With The Flash Platform
interACT With The Flash Platform
 
What to do when pseudo- is not good enough
What to do when pseudo- is not good enoughWhat to do when pseudo- is not good enough
What to do when pseudo- is not good enough
 
What will you do when the Mac OS in VMware doesn't recognise the iOS device
What will you do when the Mac OS in VMware doesn't recognise the iOS deviceWhat will you do when the Mac OS in VMware doesn't recognise the iOS device
What will you do when the Mac OS in VMware doesn't recognise the iOS device
 
p
pp
p
 
Pokemon Woe: A Botched Rollout or AR Growing Pains?
Pokemon Woe: A Botched Rollout or AR Growing Pains?Pokemon Woe: A Botched Rollout or AR Growing Pains?
Pokemon Woe: A Botched Rollout or AR Growing Pains?
 
iPad Application Development
iPad Application DevelopmentiPad Application Development
iPad Application Development
 

Ähnlich wie Backgrounding Bursting Your Bubble on iOS

JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...
JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...
JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...Jahia Solutions Group
 
Apple Event- WWDC 2016
Apple Event- WWDC 2016 Apple Event- WWDC 2016
Apple Event- WWDC 2016 techugo
 
Prdata
PrdataPrdata
Prdataeugenef
 
Make your app ready for ios 14 update
Make your app ready for ios 14 updateMake your app ready for ios 14 update
Make your app ready for ios 14 updateConcetto Labs
 
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...changingconnections
 
ios 5 semi tethered jailbreak
ios 5 semi tethered jailbreakios 5 semi tethered jailbreak
ios 5 semi tethered jailbreakJack Smith
 
ios vs android.ppt
ios vs android.pptios vs android.ppt
ios vs android.pptAbhishek suthar
 
Making the most of your new i pad
Making the most of your new i padMaking the most of your new i pad
Making the most of your new i padDianne Rabago Abaya
 
Wireframes app i_phone_ios7_example
Wireframes app i_phone_ios7_exampleWireframes app i_phone_ios7_example
Wireframes app i_phone_ios7_exampleAndrew Scott
 
How to build a failsafe mobile usability testing set up
How to build a failsafe mobile usability testing set upHow to build a failsafe mobile usability testing set up
How to build a failsafe mobile usability testing set upcxpartners
 
What Are The New Features iPhone iOS 16.pdf
What Are The New Features iPhone iOS 16.pdfWhat Are The New Features iPhone iOS 16.pdf
What Are The New Features iPhone iOS 16.pdfghazala Tubbassum
 
Apple i os 13 features and version release updates
Apple i os 13 features and version release updatesApple i os 13 features and version release updates
Apple i os 13 features and version release updatesHeli Thakkar
 
Everything you need to know about Apple WatchOS 3
Everything you need to know about Apple WatchOS 3Everything you need to know about Apple WatchOS 3
Everything you need to know about Apple WatchOS 3techugo
 
3uTools Crack 2022
3uTools Crack 20223uTools Crack 2022
3uTools Crack 2022AlfredJarves
 
4 whats-new-in-ios7-m4-multitasking-slides
4 whats-new-in-ios7-m4-multitasking-slides4 whats-new-in-ios7-m4-multitasking-slides
4 whats-new-in-ios7-m4-multitasking-slidesMasterCode.vn
 
iPad Lecture Capture for Brightspace - Illinois Ignite 2014
iPad Lecture Capture for Brightspace - Illinois Ignite 2014iPad Lecture Capture for Brightspace - Illinois Ignite 2014
iPad Lecture Capture for Brightspace - Illinois Ignite 2014D2L Barry
 
Android for beginners: Tips and tricks for your new smartphone
Android for beginners: Tips and tricks for your new smartphoneAndroid for beginners: Tips and tricks for your new smartphone
Android for beginners: Tips and tricks for your new smartphoneDharmendra Rama
 
Storyboard
StoryboardStoryboard
Storyboardelizadbc1
 

Ähnlich wie Backgrounding Bursting Your Bubble on iOS (20)

JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...
JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...
JahiaOne 2015 - Jahia on your Wrist (The Apple Watch Integration example) by ...
 
Apple Event- WWDC 2016
Apple Event- WWDC 2016 Apple Event- WWDC 2016
Apple Event- WWDC 2016
 
Prdata
PrdataPrdata
Prdata
 
Make your app ready for ios 14 update
Make your app ready for ios 14 updateMake your app ready for ios 14 update
Make your app ready for ios 14 update
 
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
 
ios 5 semi tethered jailbreak
ios 5 semi tethered jailbreakios 5 semi tethered jailbreak
ios 5 semi tethered jailbreak
 
ios vs android.ppt
ios vs android.pptios vs android.ppt
ios vs android.ppt
 
Making the most of your new i pad
Making the most of your new i padMaking the most of your new i pad
Making the most of your new i pad
 
Wireframes app i_phone_ios7_example
Wireframes app i_phone_ios7_exampleWireframes app i_phone_ios7_example
Wireframes app i_phone_ios7_example
 
How to build a failsafe mobile usability testing set up
How to build a failsafe mobile usability testing set upHow to build a failsafe mobile usability testing set up
How to build a failsafe mobile usability testing set up
 
What Are The New Features iPhone iOS 16.pdf
What Are The New Features iPhone iOS 16.pdfWhat Are The New Features iPhone iOS 16.pdf
What Are The New Features iPhone iOS 16.pdf
 
Apple i os 13 features and version release updates
Apple i os 13 features and version release updatesApple i os 13 features and version release updates
Apple i os 13 features and version release updates
 
Everything you need to know about Apple WatchOS 3
Everything you need to know about Apple WatchOS 3Everything you need to know about Apple WatchOS 3
Everything you need to know about Apple WatchOS 3
 
3uTools Crack 2022
3uTools Crack 20223uTools Crack 2022
3uTools Crack 2022
 
4 whats-new-in-ios7-m4-multitasking-slides
4 whats-new-in-ios7-m4-multitasking-slides4 whats-new-in-ios7-m4-multitasking-slides
4 whats-new-in-ios7-m4-multitasking-slides
 
iPad basics
iPad basicsiPad basics
iPad basics
 
iPad Lecture Capture for Brightspace - Illinois Ignite 2014
iPad Lecture Capture for Brightspace - Illinois Ignite 2014iPad Lecture Capture for Brightspace - Illinois Ignite 2014
iPad Lecture Capture for Brightspace - Illinois Ignite 2014
 
Mockapp_Clock_Demo.ppt
Mockapp_Clock_Demo.pptMockapp_Clock_Demo.ppt
Mockapp_Clock_Demo.ppt
 
Android for beginners: Tips and tricks for your new smartphone
Android for beginners: Tips and tricks for your new smartphoneAndroid for beginners: Tips and tricks for your new smartphone
Android for beginners: Tips and tricks for your new smartphone
 
Storyboard
StoryboardStoryboard
Storyboard
 

KĂŒrzlich hochgeladen

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

KĂŒrzlich hochgeladen (20)

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

Backgrounding Bursting Your Bubble on iOS

  • 2. Sorry Doing what you want in the background is almost impossible
  • 4. Get Your Notepads Ready Suspending vs. Resuming Local Notifications Doing Stuff in the Background
  • 5. Exiting vs. Resume Since iOS 4, you can keep your app “open” on exit But it’s really just a “freeze” and resume - nothing happens while it’s in the background
  • 6. Resume Me Set the ‘UIApplicationExitsOnSuspend’ to ‘NO’ in your Info.plist
  • 7. App Delegate Events App Initial Load -> Exit: applicationDidBecomeActive applicationWillResignActive applicationDidEnterBackground On Relaunch: applicationWillEnterForeground
  • 8. Sounds Promising applicationDidEnterBackground sounds promising, but you can’t do anything inside it that is long-running. Docs say you have 5 seconds You can’t get back to the UI
  • 9. Terminate on Exit Set ‘UIApplicationExitsOnSuspend’ to ‘YES’ in your Info.plist
  • 10. App Delegate Events App Launch -> Exit: applicationDidBecomeActive applicationDidEnterBackground applicationWillTerminate
  • 11. Kill Me If the user does the jiggle and Red- Xes the app, no events are fired
  • 12. DEMO!
  • 13. Local Notifications You can schedule local notifications to prompt the user at a future time even if your app isn’t running Useful - but remember the user isn’t required to open the app, and your notification may never appear
  • 14. DEMO!
  • 15. Ok, Next So you “can” do things in the background, but it’s limited to 3 things: Get GPS updates Play Justin Bieber Do the VOIP
  • 16. Set Your Plist Do do one of those 3 lovely things in the background, set the ‘UIBackgroundModes’ in your Info.plist Values are: location, audio, voip
  • 17. Location Get super duper real-time updates or major changes only Use CLLocationManager to do the magic
  • 18. DEMO!
  • 19. Playing Audio It’s easy: start playing your tunes using AV* framework. If something else starts playing music, you lose
  • 20. DEMO!
  • 21. VOIP Sorry, no demo. But supposedly you can open a socket and keep it open.
  • 22. Fighting the Man People have tried tricking the system by playing an “empty” sound file. This works until some other app plays sound. GPS Updates take up battery power, so your users may hate you.
  • 23. Conclusion Read more at: http://developer.apple.com/library/ios/ #documentation/iphone/conceptual/ iphoneosprogrammingguide/ BackgroundExecution/ BackgroundExecution.html Sample Code: https://github.com/ dnstevenson/BackgroundTest Good Luck!
  • 24. Thanks! Find me on Twitter @dnstevenson Buy one of my apps at http:// www.stevensonsoftware.com Leave me a 5-star review and I’ll be your best friend

Hinweis der Redaktion

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n