1
無法發佈消息至https://api.mixpanel.com/track?ip=1。 (螺紋37221)MixPanel問題信息無法發佈
javax.net.ssl.SSLHandshakeException: Handshake failed
使用代碼:
String projectToken = getString(R.string.mixpanel_key);
MixpanelAPI mixpanel = MixpanelAPI.getInstance(this, projectToken);
try {
JSONObject props = new JSONObject();
props.put("Gender", "Female");
props.put("Logged in", false);
mixpanel.track("MainActivity - onCreate yes", props);
} catch (JSONException e) {
Log.e(TAG, "Unable to add properties to JSONObject", e);
}
請給我提供任何解決方案,爲什麼發生