Currently, I got a task to explore google flatbuffers
on iOS and OSX. I explored the documentation provided by Google.
Also found some libraries on Github on swift language like FlatBuffersSwift and others that implement the flatbuffers
.
So, I have mainly two concerns on that
- Will Apple approve my app if I used this in my iOS application?
- Is it possible to create schema on runtime from JSON ? or we must manually create schemas (.fbs) and use
flatc
library for creating model binaries (like .swift) files.
Any help please Thanks in advance