We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a5a32 + dbf866c commit 67f62aeCopy full SHA for 67f62ae
Assets/AppCenter/Plugins/AppCenterSDK/Crashes/iOS/CrashesInternal.cs
@@ -108,9 +108,6 @@ public static ErrorReport LastSessionCrashReport()
108
[DllImport("__Internal")]
109
private static extern IntPtr appcenter_unity_crashes_last_session_crash_report();
110
111
- [DllImport("__Internal")]
112
- private static extern void appcenter_unity_crashes_set_user_confirmation_handler(IntPtr handler);
113
-
114
115
private static extern string app_center_unity_crashes_error_report_exception_name(IntPtr errorReport);
116
0 commit comments