You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+53-1Lines changed: 53 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,56 @@ after the dll is compiled, you can use it from the C# project.
67
67
68
68
## Multiplatform Support
69
69
70
-
the SDK is only available for Windows, IOS and Android, for this example exists `csharp-cross-platform.csproj` and `source.cs`.
70
+
the SDK (C#) is only available for Windows, IOS and Android, for this example exists `csharp-cross-platform.csproj` and `source.cs`.
71
+
72
+
## AppCenter Callbacks
73
+
74
+
you may need to call the SDK from the C++ code, for example when you want to send a crash report or log an event.
75
+
76
+
- in the `C++ project` setup a function that saves the C# callback function pointer into c++ so it can be called from the c++ code , you can check it on `AppCenter.cpp`.
0 commit comments