Trying to develop a mobile app on iOS, and enable it to sync with backend oracle 11g database via the database mobile server. However the iOS SDK library provided by Oracle (libosync.a) was complied for armv7 - the 32bit iOS system architecture. But Apple now requires all the new submitted app to be 64bit. To my knowledge, a library complied for armv7- 32bit architecture can not be used on a arm64 iOS system architecture.
My questions are:
1. if I am wrong about the armv7 library not being able to be used on an arm64 system architecture, how can this be done?
2. If/Where can I find/request the libosync.a (Oracle library) which is complied against an arm64 - 64 bit iOS system architecture?
Many thanks