mysql - ios save data on offline mode -
i m working on doctor application have web part , ios part have patients , each patient have consultations have made 1 many relationship in mysql database in web part include putting id of patient in consultation table each patient have many consultations , each consultation have 1 patient problem in ios application in first view parse patients database put them in table view , when clic on each patient go view fetch consultation id
here problem come
when add patient application , m offline been added on core data sqllite id equal 0 when want add him consultation id cant
i have send via web service can id can add him consultation need find way add him id , don't confused id mysql base web part !!
i hope there understood problem :)
i know i'm not supposed post link, i'm gonna go out on limb , anyway. andrew culver talks exact issue in iosonrails conference talk 2013. @ 27:30 starts talking offline mode. hope helps https://www.youtube.com/watch?v=t3urysv9nvy#t=1661 . assign them local id web-app assigns proper id to.
Comments
Post a Comment