Hello,
we're developing an application with CouchDB, PouchDB and Couchbase Lite.
Some of our application logic is in view and list functions and we managed to replicate it to PouchDB just fine.
My question is, is it a good idea to do this with native mobile applications, or are we better off rewriting them in ObjC?
Our primary concerns are getting rejected by the Apple review process and of course performance.
Thanks in advance,
Adam