Search Unity

Xcode Crash (Unity 2019.2) UnityNotificationManager

Discussion in 'iOS and tvOS' started by CoCoNutti, Aug 20, 2019.

  1. CoCoNutti

    CoCoNutti

    Joined:
    Nov 30, 2009
    Posts:
    513
    Hi,

    Getting this crash on Xcode, and need some help resolving it:

    Any suggestions? Been googling all night but nothing so far.
    Using Unity 2019.2.0f1
     
  2. CapnCromulent

    CapnCromulent

    Joined:
    Sep 7, 2010
    Posts:
    45
    if anyone else runs into this: it appears to be a problem Unity's Mobile Notification package. I saw this on version 1.03, but it's resolved in 1.4.2. I did not try any other versions.

    Ugly details, if you care: a constant kDefaultPresentationOptions is defined in UnityNotificationManager.h if you look in the PackageCache source. The package author should have declared it as an extern const.