Category Archives: app development

Pour quelle version d’iOS faut-il compiler ???

C’est la question que tout bon développeur doit se poser. On ne peut pas simplement suivre Apple et ne fournir que des applis compatibles avec la dernière version d’iOS. Il est important de penser que tous les utilisateurs d’iPhone / … Continue reading

Posted in app development, iOS, iPhone, mac | Tagged , | Leave a comment

XCode 4.2 : maintain app compatibility with iOS 3.0

Releasing XCode 4.2, Apple makes it difficult to release applications with deployment target < iOS 4.3. It seems that Apple would like all early iPhone adopter to leave their device to change to a new one…. as iPhone 2 can … Continue reading

Posted in app development, iOS, iPhone, tutoriels | Tagged , , , , , | 1 Comment

Understand the mobile consumer

Google Mobile Ads launch a new web site to access data they collected via the “Global Mobile Research: The Smartphone User & The Mobile Marketer” they conducted earlier this year (March & July 2011) . That way, they want to … Continue reading

Posted in android, app development, iOS, iPhone | Tagged , , , , , | Leave a comment

Mobile Application : Active install versus Downloads

I have apps on both iOS and android and in the 2 platforms, the ratio between active install and downloads is a good way to see if apps is relevant or not. Reading many survey, a lot of users download … Continue reading

Posted in android, app development, iOS, iPhone | Tagged , , , | Leave a comment

Pub dans les applis mobiles / Mobile Advertising

Nous avons fait plusieurs expériences pour la monétisation de nos applis mobiles. Cela nous a conduit à opter pour le modèle : appli gratuite simple avec pub et même appli enrichie sans pub pour les applis iOS, côté Android il … Continue reading

Posted in android, app development, e-commerce, iOS, iPhone, Stratégie | Tagged , , , , | Leave a comment

iOS : how to create a delegate

A very simple and clear manner to explain how to create a delegate in iOS development : Often you need a class to call back a method of its owner. In this example MainClass is the class that needs to … Continue reading

Posted in app development, iOS, iPhone, tutoriels | Leave a comment