Показать сообщение отдельно
  #34 (permalink)  
Старый 18.12.2012, 23:43
Аватар для a_l
a_l a_l вне форума
Кандидат Javascript-наук
Отправить личное сообщение для a_l Посмотреть профиль Найти все сообщения от a_l
 
Регистрация: 15.09.2011
Сообщений: 143

Цитата:
а злые птички например с дройда портированы (гугл же)
Да вы шутите) Разработчики - Rovio из Финляндии. И игра делалась под iOS, а уже потом была портирована на другие платформы:
http://en.wikipedia.org/wiki/Angry_Birds
Цитата:
http://ukrainianiphone.com/09/01/2012/46662
датировано 2012 годом, хочешь сказать врут?
Не до конца в вопросе разобрались. Через 5 секунд приложение убивает система, если в приложении не предусмотрена работа в фоне. Если же это реализовано, создаётся отдельный процесс для фоновой задачи.
То, что можно делать в фоне:
Цитата:
Add the UIBackgroundModes key to your Info.plist file and set its value to an array containing one or more of the following strings:

audio—The app plays audible content to the user while in the background. (This content includes streaming audio or video content using AirPlay.)
location—The app keeps users informed of their location, even while it is running in the background.
voip—The app provides the ability for the user to make phone calls using an Internet connection.
newsstand-content—The app is a Newsstand app that downloads and processes magazine or newspaper content in the background.
external-accessory—The app works with a hardware accessory that needs to deliver updates on a regular schedule through the External Accessory framework.
bluetooth-central—The app works with a Bluetooth accessory that needs to deliver updates on a regular schedule through the Core Bluetooth framework.
bluetooth-peripheral—The app supports Bluetooth communication in peripheral mode through the Core Bluetooth framework.
http://developer.apple.com/library/i...tionsFlow.html
Ответить с цитированием