-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in CrossNewRelic.Current while try to run on iOS. #48
Comments
@SuryaCheran you should invoke "CrossNewRelic.Current.TrackShellNavigatedEvents();" after creating the AppShell of the app.We will update our documentation to clarify this. we are unable to reproduce the issue from our side. |
Hi @ndesai-newrelic , |
@SuryaCheran can you share your example app for this? |
We are also getting same exception. Nothing special we are using same code that you provided in example. With same code we are able to open our app with Relic version 1.0.0 |
@vikashhd can you share sample app for this? |
Hi @ndesai-newrelic , Nuget Package Installed: |
@SuryaCheran this is known issue and we cant do anything from our side. #24 |
@bennoschoonraad I am getting some ILLINK errors when adding the binding projects for ios. If we need this, why didn't they add that in the readme? I have been trying for days to fix a crashing issue that only happens on ios when running from testflight. Release mode does not have an issue when running locally. |
I have followed the steps in Read.me and when I tried to run the iOS app I'm getting exception as "This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation."
Note : Issue is only on iOS
#if IOS
Steps to Reproduce
The text was updated successfully, but these errors were encountered: