Hi, I previously had the urbanairship component being used in my iOS app project in a Xamarin.Forms solution for the past year. This worked great, but recently Xamarin discontinued support for Components. I replaced the component with the NuGet package and now every time I run the iOS app in the simulator, the simulator loads the app icon, then the project stops and crashes. There is NO error reported anywhere. I have narrowed this down to the code UAirship.TakeOff(). If I comment the line UAirship.TakeOff() then the app runs fine. The thing that makes this so hard to debug is that no code in the app executes before this line is called. I put a breakpoint on the first line of code in the App Delegate and it never reaches it. I also put a breakpoint in the main class and it is not reached either. If I comment that line, it first hits the breakpoint in main as it should and continues to execute the app just fine.
It is urbanairship 4.6.4
Any ideas?
Comments
2 comments