colede/qt-app-delegate

Did you managed to get didFinishLaunchingWithOptions called within this delegate?

Opened this issue · 12 comments

Hi,

Did you managed to get didFinishLaunchingWithOptions called within this delegate?

Regards,

Nuno

Yes. It the QtAppDelegate.mm file you can see i wrote a NSLog comment so
you can check to see that it loads.

On Fri, Sep 19, 2014 at 7:13 AM, sinosoidal notifications@github.com
wrote:

Hi,

Did you managed to get didFinishLaunchingWithOptions called within this
delegate?

Regards,

Nuno


Reply to this email directly or view it on GitHub
#1.

Humm... strange...

Some of the calls are being called but this on in specific not.

Do you have any ideas of some details that is really important to pay attention to?

It's been a while since I looked at that. I have a more full fledged
project that I was working on on a different system. If I get a chance I
will check it out to see if there is something I missed when I stripped it
down for that sample project. Either way, I think the general idea of how
to do it is illustrated if you use that as a research point. I figured it
all out from scratch mostly.

On Fri, Sep 19, 2014 at 10:15 AM, sinosoidal notifications@github.com
wrote:

Humm... strange...

Some of the calls are being called but this on in specific not.

Do you have any ideas of some details that is really important to pay
attention to?


Reply to this email directly or view it on GitHub
#1 (comment)
.

I will have a look again.

Please let me know if you have any tip that might be escaping me.

Thanks for sharing on a sample project!

On 19 Sep 2014, at 15:18, colede notifications@github.com wrote:

It's been a while since I looked at that. I have a more full fledged
project that I was working on on a different system. If I get a chance I
will check it out to see if there is something I missed when I stripped it
down for that sample project. Either way, I think the general idea of how
to do it is illustrated if you use that as a research point. I figured it
all out from scratch mostly.

On Fri, Sep 19, 2014 at 10:15 AM, sinosoidal notifications@github.com
wrote:

Humm... strange...

Some of the calls are being called but this on in specific not.

Do you have any ideas of some details that is really important to pay
attention to?


Reply to this email directly or view it on GitHub
#1 (comment)
.


Reply to this email directly or view it on GitHub.

You're welcome. if you find anything wrong and make a change feel free to
push to the project

On Fri, Sep 19, 2014 at 10:20 AM, sinosoidal notifications@github.com
wrote:

I will have a look again.

Please let me know if you have any tip that might be escaping me.

Thanks for sharing on a sample project!

On 19 Sep 2014, at 15:18, colede notifications@github.com wrote:

It's been a while since I looked at that. I have a more full fledged
project that I was working on on a different system. If I get a chance I
will check it out to see if there is something I missed when I stripped
it
down for that sample project. Either way, I think the general idea of
how
to do it is illustrated if you use that as a research point. I figured
it
all out from scratch mostly.

On Fri, Sep 19, 2014 at 10:15 AM, sinosoidal notifications@github.com
wrote:

Humm... strange...

Some of the calls are being called but this on in specific not.

Do you have any ideas of some details that is really important to pay
attention to?


Reply to this email directly or view it on GitHub
<
https://github.com/colede/qt-app-delegate/issues/1#issuecomment-56182585>
.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Hi again,

I have run your project on a device, thing that I haven't done yet and didFinishLaunchingWithOptions isn't called. Can you please checkout the version you have on github and confirm if it works on your device? Maybe you didn't commit your last changes.

Thanks,

Regards,

Nuno

I don't have a device presently, but I was testing on an iphone4 with ios7
I believe.

On Mon, Sep 22, 2014 at 9:44 AM, sinosoidal notifications@github.com
wrote:

Hi again,

I have run your project on a device, thing that I haven't done yet and
didFinishLaunchingWithOptions isn't called. Can you please checkout the
version you have on github and confirm if it works on your device? Maybe
you didn't commit your last changes.

Thanks,

Regards,

Nuno


Reply to this email directly or view it on GitHub
#1 (comment)
.

Hi all
I meet the same problem about didFinishLaunchingWithOptions which isn't called by system

hi anybody exist?

for me didFinishLaunchingWithOptions is also not called...... but dont have a solution.

didFinishLaunchingWithOptions s also not called. do you know what's solution

Do this:

@interface QIOSApplicationDelegate
@EnD
//! Add a category to QIOSApplicationDelegate
@interface QIOSApplicationDelegate (QFacebookApplicationDelegate)
@EnD
@implementation QIOSApplicationDelegate (QFacebookApplicationDelegate)

  • (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    {
    // do stuff here

    return YES;
    }

  • (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
    {
    return [[FBSDKApplicationDelegate sharedInstance] application:application openURL:url sourceApplication:sourceApplication annotation:annotation];
    }
    @EnD

Nuno Santos
Founder / CEO / CTO
www.imaginando.pt
+351 91 621 69 62

On 31 Aug 2016, at 03:21, Jackie notifications@github.com wrote:

didFinishLaunchingWithOptions s also not called. do you know what's solution


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #1 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ABnw3HYroDx9IYjW4W1KZlCShO_R_A4eks5qlOUvgaJpZM4Cj99c.