Note that there are some explanatory texts on larger screens.

plurals
  1. POApp Freezes when received more than one push notifications
    primarykey
    data
    text
    <p>Our App is not having any issue on iOS6 but on iOS7, On receiving more than one Push Notifications, App freezes and have to force closed the app. </p> <p>We've implemented didReceiveRemoteNotification and show the Notification in UIAlertView and Post NSNotfication to Designated View Controller. We even tried removing NSNotification but app still got freeze.</p> <pre><code>- (void) application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo{ UIApplicationState state = [application applicationState]; if (state == UIApplicationStateActive){ NSString *message = [[userInfo objectForKey:@"aps"] objectForKey:@"alert"]; [UserHelper showError:@"" withMessage:message]; [[NSNotificationCenter defaultCenter] postNotificationName:kNotifyNotification object:nil userInfo:userInfo]; } } </code></pre> <p>This is the structure for Push Notifications </p> <pre><code> { NewsFeedItemGUID = "6d4a3eeb-12bf-4371-896c-230b11217c52"; "_" = OKt9EVHaEeOu3QAbIbyL6A; aps = { alert = "a1 a1 completed the profile Affection Type Revealed in Love &amp; Lust, Level 1"; }; } { NewsFeedItemGUID = "bcc72f7c-a9d3-4d2d-bcfe-b36573baee93"; "_" = "OZ-hEVHaEeOOAZDiugJkgA"; aps = { alert = "a1 a1 just completed Level 1 in Love &amp; Lust"; }; } </code></pre> <p>We've compiled app with both iOS6 (XCode 4.6.2) and iOS7 (XCode7.0.1) but the issue persist. We also have not iOS7 related Push Notification Methods, Does those seems to cause the issue ? Any help, suggestion will be highly appreciated. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload