GameAnalytics / GA-SDK-CPP

Repository for GameAnalytics C++ SDK.
MIT License
20 stars 16 forks source link

ERROR: Unsupported protocol ::::: FUNCTION: perform #36

Closed mkdotcom closed 7 years ago

mkdotcom commented 7 years ago

Hello

I'm using GA-SDK-CPP on MacOsX It doesn't work, I get this in the debug output:

[gameanalytics::logging::GALogger::sendNotificationMessage@272] Info/GameAnalytics: Event queue: Sending 5 events. ERROR: Unsupported protocol ::::: FUNCTION: perform

Any idea what i am doing wrong?

Thanks a lot

mkdotcom commented 7 years ago

I just notice this message in GameAnalytics.cpp :

// TODO: Get HTTPS working on air for mac

the1schwartz commented 7 years ago

Yes I think I know what the issue is. The included curl library has not been built with https support. We are working to fix this. A fix should come very soon with the next update

mkdotcom commented 7 years ago

thanks! 👍

the1schwartz commented 7 years ago

This should now be fixed the latest version v1.3.7.

mkdotcom commented 7 years ago

great, thank you