Closed siarsky closed 6 years ago
we have fixed this issue now, release ASAP.
It's safe to delete.
Thank you for your incredible fast support!
Could you please give me more information to the fix, so that I know how to test it?
I see still no update:
$ date Tue Nov 14 21:15:18 CET 2017 $ sdkbox update Copyright (c) 2016-2017 SDKBOX Inc. v1.0.1.24 test speed of hosts...
releasing a staging version.
SDKBOX plugin uses cocos2dxFileUtilsApple::getWritablePath() routine and save always into the same folder as configured in cocos2dx (I do not believe this is the case, too heavy dependency)?
No, SDKBox do not depends cocos2dx, we have a internal completion about the getWritablePath
.
it will be stored in data folder instead of document folder in iOS? will store data in
cache
folder.
Hi @yinjimmy,
any information, when the fix will be released? Currently I still see no new update:
$ sdkbox update
_______ ______ _ _ ______ _____ _ _
|______ | \ |____/ |_____] | | \___/
______| |_____/ | \_ |_____] |_____| _/ \_
Copyright (c) 2016-2017 SDKBOX Inc. v1.0.1.24
test speed of hosts...
- test host main: 12.34KB/s.
- test host china: 11.36KB/s.
choose the fastest server 'main', speed is 12.34KB/s.
2.3.17.1 2.3.17.1
all packages are up to date.
The problem is fixed in 2.3.17.3 even not mentioned in release notes of the realease.
Issue closed
With an SDKBOX IAP purchase module active a file "tracking_urls" is being created in document folder /var/mobile/Applications//Documents/ with this content:
Due to functional requirements the application I am working on needs to have an activated access to files over iTunes by setting UIFileSharingEnabled to TRUE in Info.plist.
I patched FileUtilsApple::getWritablePath() in CCFileUtils-apple.mm:
OLD:
NEW:
so all internal files are stored not in the document folder but in the data folder (/var/mobile/Applications//Library/Application Support/).
This is necessary, otherwise the app will get rejected by Apple, with a comment similar to this:
tracking_urls is apparently not intended for user access - and therefore some questions:
Thanks for you help siarsky