Skip to content
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

AppCenterDemoApp test instructions. #247

Closed
junpark12 opened this issue Feb 28, 2019 · 7 comments
Closed

AppCenterDemoApp test instructions. #247

junpark12 opened this issue Feb 28, 2019 · 7 comments

Comments

@junpark12
Copy link

Hi i downloaded demo app and replace app's secret it with my own.
But after build & run, i cannot check "app center enabled" .
Do we have any instructions to follow to run it properly?
Thanks
image

@MatkovIvan
Copy link
Contributor

Hi @junpark12,

Thanks for getting in touch!
Please look at the logs, are there any error messages here?

Thanks,
Ivan

@junpark12
Copy link
Author

Hi @MatkovIvan
When i run the app and clicked some buttons on crashes tab.

image

But when i see the source code in visual studio, i found out that the following method is empty.
Microsoft.AppCenter.Unity.Crashes.Internal.CrashesInternal
image

I want to see something in appcenter's diagnostics when my app went go wrong(handled or unhandled exceptions). How can i accomplish this?
Thanks.

@annakocheshkova
Copy link

annakocheshkova commented Mar 4, 2019

Hey @junpark12, what is the platform you are trying to test on?
This exception you are seeing should crash your app and send this crash info to App Center on next restart.
And the code you are looking at seems to be from the Blank/CrashesInternal file which is a stub for UnityEditor app preview and this is totally fine. If you look under Android/CrashesInternal, for example, there is implementation.

And as for App Center not being enabled, this usually happens when app secret is incorrect, what are your AppCenter settings in Unity Editor?

@junpark12
Copy link
Author

Hi @annakocheshkova
I built the app using default setting which is standalone windows app.
i put app's secret in uwp property.
image

I wanted to run the application as windows app and wanted to see diagnostics messages in app center portal.

@annakocheshkova
Copy link

@junpark12 unfortunately, crashes module is not supported for UWP yet - only Android/iOS.

@annakocheshkova
Copy link

@junpark12 do you have any other issues or questions? We'll be glad to help.

@junpark12
Copy link
Author

oh that's it thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants