iOS SDK
User Feedback

User Feedback

ℹ️

When 'uploadLog' is set to true, it will send the SDK logs to the server to help us analyze the reasons for the issues.

  import GizwitsiOSSDK
  await GizSDKManager.sharedInstance.feedback(uploadLog: true, contact: "1", content: "1")

This method returns Void. Errors are logged by the SDK; no GizResult is returned.