iphone - How can I access my own 2 iOS app database from each other -


i developing 2 ios app , want access database each other.

eg. app1 , app2 both developed me, app1 can access app2 database , vice-versa

i read somewhere same ios app developer can have sandbox access authorities access own developed ios app.

yes, can this. create app group, put both apps in same app group. files created in shared file area available both apps. works same way extension shares files host app.

i'm using share sql db between 2 different apps.

the shared file can accessed via file manager:

nsfilemanager* filemgr = [nsfilemanager defaultmanager]; nsurl* shareddirectory = [filemgr containerurlforsecurityapplicationgroupidentifier:appgroupid]; 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -