views:

107

answers:

2

Hi,

I have recently switched my application to SDK 4.0. Now i am compiling my application with SDK 4.0 with deployment target OS 3.0. and i have facing a strange issue/bug.

Some times when my application resumes from background. it does not calls the applicationDidBecomeActive method .... is anyone else facing the issue ?

what is the solution for this ?????

A: 

I am also having this issue. Have anybody else found a solution for this.

Enmanuel G
A: 

This happened to me too - Until I realized the call is being made to AppDelegate_iPhone, so you need to forward it to its super, AppDelegate_Shared.

Danra