Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Database Mobile Server Client iOS 7 app

user5921311Feb 8 2014 — edited Feb 9 2014

We are trying to get an iOS App to sync with our server. We have it working with Android and Windows but iOS is proving difficult.

I have been unable to make a usable Oracle Database Mobile Server Client for iOS 7, I am testing on an iPhone 4s and iPad Air and following the instructions at

http://docs.oracle.com/cd/E48200_01/doc.1130/e38582/ios_syncapplication.htm#autoId9. As soon as I add the oracle library, libosync.a, the App goes into an infinite wait at startup before anything I can put a breakpoint on. Here is the call stack when I pause it:


Thread1 – main-thread

0 shm_open

1 OracleLiteIPC::ipcShmOpen(char const*, int, unsigned shor)

2 OracleLiteIPC::ipcShmInit()

3 OracleLiteIPC::ipcIndex::IpcIndex(int)

4 OracleLiteIPC::ipcIndex::IpcIndex(int)

5 OracleLiteIPC::olLatch:: olLatch (int) [inlined]

6 OracleLiteIPC::ipcIndex:: olLatch (int) [inlined]

7 __cxx_global_var_init(I [inlined]

8 _GLOBAL__I_a


Compiles and links but when run sits in an idle state as soon as the libosync.a library is added to the project.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2014
Added on Feb 8 2014
1 comment
1,323 views