我的跨平台FireMonkey应用程序应该在哪里存储其设置?

Cha*_*uch 3 delphi settings ini cross-platform firemonkey

跨平台FireMonkey程序应该放置INI文件的最佳实践是什么?是INI文件,即使是正确的做法?

Zam*_*Zam 5

对于Android:在"共享存储"中

对于MacOS:在INI文件中

https://delphihaven.wordpress.com/2015/06/11/ccr-prefsinifile-on-github/

Chris Rolliston在GitHub上的CCR.PrefsIniFile(他也在stackoverflow上:https://stackoverflow.com/users/2778930/chris-rolliston )

只是一个小帖子,说明一段时间以前发布到谷歌代码的Android,iOS和OS XI的原生首选项API包装器现在都在GitHib上:

https://github.com/chrisrolliston/CCR.PrefsIniFile

Android和Apple版本现在也应该在XE8中编译.