Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't save or open a file in iOS devices #2

Open
arves100 opened this issue May 25, 2018 · 1 comment
Open

Can't save or open a file in iOS devices #2

arves100 opened this issue May 25, 2018 · 1 comment
Assignees
Labels

Comments

@arves100
Copy link
Member

arves100 commented May 25, 2018

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.

@arves100 arves100 added the bug label May 25, 2018
@arves100 arves100 changed the title Can't save or open a file in iOS devices. Can't save or open a file in iOS devices May 25, 2018
@arves100 arves100 self-assigned this Mar 2, 2019
@arves100
Copy link
Member Author

arves100 commented Mar 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant