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
iPhone/iPad/iPod devices, according the the GameSpy Open SDK 1.0, doesn't allow using the C function fopen. (The same thing also happens on Android), the Open SDK fixed this isse by using gsifopen, a resonable solution for iDevices while keeping support for the platforms that supports it.
This function MUST be ported into the current SDK to allow iOS devices to fully operate.
The text was updated successfully, but these errors were encountered:
Since commit a72f8ac, I have started adding support for the gsifopen function to all the SDK.
This issue will be closed after the porting will be tested.
iPhone/iPad/iPod devices, according the the GameSpy Open SDK 1.0, doesn't allow using the C function
fopen
. (The same thing also happens on Android), the Open SDK fixed this isse by usinggsifopen
, a resonable solution for iDevices while keeping support for the platforms that supports it.This function MUST be ported into the current SDK to allow iOS devices to fully operate.
The text was updated successfully, but these errors were encountered: