I have implemented an app in iPhone, (Objective-c)
in that i have used SQLITE
for data base.
Now i need to share the data.
Share Data:
- I need to send data trough mail.
- In that i attach my data base file (may be in csv format?)
- To re use my data in other's application by dump the data..
Any useful replies, thanks in advance