we are using a third 3 party library which comes with its own application delegate class.
In the main file of the of the application its initiating the
UIApplication object as follows :
retVal = UIApplicationMain(argc, argv, nil, @"3ThParty1AppDelegate");
Now, I don't have any source code of the app delegate class but I need to add methods for background processing and push notifications. Would it be possible at all to add it ?
thanks so much,
Guenter