Skip to content

Application Crash because of NSNotification #7

@ajaysharmalike

Description

@ajaysharmalike

Hi, There are two issues which I am facing after doing the customisation in the app.

// Application Getting crash over here
Screen Shot 2013-04-25 at 3 36 04 PM
What would be the reason for the same.

Also, how can I integrate In-app Purchase in the Store.m file, since I am using the server model for fetching the list of products and require to get the price from iTunes.

In Store.m File
What is dispatch_queue_create used for ? And what if, I just comment out this code ? Since I think, this is the reason for my app crashing.

    static dispatch_once_t onceToken;
    dispatch_once(&onceToken, ^{
        DOWNLOAD_GCD_QUEUE = dispatch_queue_create("com.viggiosoft.tutorial.howtomakeamagazine", DISPATCH_QUEUE_SERIAL);            
    });

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions