localytics / MauiSDKTester

A sample app for using the Localytics Maui SDK on Android & iOS
0 stars 0 forks source link

AutoIntegrate() Crashes App on Device and Simulator #1

Open TomSoderling opened 1 year ago

TomSoderling commented 1 year ago

I'm excited to see a MAUI version of the SDK!

I downloaded this sample and was trying out Localytics.AutoIntegrate() in the AppDelegate - that's the method we use in our Xamarin.Forms app. Each time that line is called, the app crashes on launch, shortly after showing the main page. Is AutoIntegrate() still supported?

image

Test Devices

Thanks!

bdale-upland commented 1 year ago

You need to get the newest 1.0.6 version here instead - that's a known issue with the original 1.0.3 release https://www.nuget.org/api/v2/package/LocalyticsMaui/1.0.6

bdale-upland commented 1 year ago

Maui 1.0.6: Aug 16, 2023 Fixing an issue related to deploying to physical iOS devices

1.0.3: May 30, 2023 Note: Due to known issues, this version should not be used. Initial release of the Maui SDK

From https://help.uplandsoftware.com/localytics/dev/sdk-changelog.html#developers-sdk-changelog-maui

bdale-upland commented 1 year ago

A notification is about to be sent out about this new version & the problem with 1.0.3

TomSoderling commented 1 year ago

I should have specified the version. We are using version 1.0.6 as defined in the MauiSDKTester app in this repo

https://github.com/localytics/MauiSDKTester/blob/6c566ae210321920454abc84e85300347fff3810/MauiSDKTester/MauiSDKTester.csproj#L44

bdale-upland commented 1 year ago

I see you filed a support ticket with Localytics on this in Zendesk. We'll investigate this there & reply in the support ticket.

Sorry! I'd hoped you moving to 1.0.6 would resolve your issue, but it seems you're already using it....