I'm working on Today Extension for my App,
I need to make SQLite Manager Class shareable with the extension so I can access the get/set Tables functions. i.e I did the following checks:
but once I make the class shareable, I get an error on import SQLite in the class.
so my question is: Does SQLite support iOS Extension?
If yes how can I fix this problem?
You may also have to link the library of SQLite and import it
#import "sqlite3.h"
#import <time.h>