PushkinStudio / AppCenter-SDK-UE4

Development repository for the App Center SDK for Unreal Engine 4 platforms
MIT License
13 stars 8 forks source link

[DEV] Useful links and notes #10

Closed ufna closed 5 years ago

ufna commented 5 years ago

https://github.com/Microsoft/AppCenter-SDK-Android/blob/develop/sdk/appcenter-crashes/src/main/java/com/microsoft/appcenter/crashes/model/ErrorReport.java

https://github.com/Microsoft/AppCenter-SDK-Apple/blob/develop/SasquatchMac/SasquatchMacObjC/AppCenterDelegateObjC.m

https://github.com/Microsoft/AppCenter-SDK-Apple/blob/d3eb6c942c39be49a6363f28c86f799eb5c1f5c0/AppCenterAnalytics/AppCenterAnalyticsTests/MSAnalyticsTests.m

seffyroff commented 5 years ago

Any plans for this to work on PC Builds?

ufna commented 5 years ago

@seffyroff , only MacOS is supported by AppCenter, and it's easy to add it into our plugin (same code as iOS, but another libs). But not in our priority (we're working on mobile games mostly).

Are you looking for MacOS, or you're speaking about Win/Linux?