Tobias Schittkowski
Tobias Schittkowski
## 🐛 Bug Report {System.NullReferenceException: Object reference not set to an instance of an object. at Plugin.FirebasePushNotification.FirebasePushNotificationManager.Initialize (Foundation.NSDictionary options, System.Boolean autoRegistration) in :0 at MYAPP.Mobile.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication application, Foundation.NSDictionary launchOptions) [0x000f0]...
I get the following NullReferenceException when trying to serialize to binary (Burst mode): > bei Polenter.Serialization.Advanced.BinaryPropertySerializer.writeProperties(PropertyCollection properties, Type ownerType) > bei Polenter.Serialization.Advanced.BinaryPropertySerializer.SerializeComplexProperty(PropertyTypeInfo`1 property) > bei Polenter.Serialization.Advanced.Serializing.PropertySerializer.serializeReferenceTarget(PropertyTypeInfo`1 property) > bei Polenter.Serialization.Advanced.Serializing.PropertySerializer.SerializeCore(PropertyTypeInfo`1...
OidcClient is used to log in for a mobile Xamarin app. After that, the retrieved accesstoken is used to authenticate via a WebAPI, but the accesstoken can not be parsed...