You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an iOS app versrion 1.0 released in market. There is table named 'XYZ', filled with data (Project contains the data structure of 'XYZ''').
Now working on the next version i.e, 1.1, now i have renamed the table from 'XYZ' to 'ABC' and included a few more columns. The project does not contain the data structure 'XYZ', instead it contains 'ABC'.
When user updates the app, i want to take the data from the table 'XYZ' and fill the data in newly created table 'ABC'.
Can you please help me on this issue?
The text was updated successfully, but these errors were encountered:
HI,
I have an iOS app versrion 1.0 released in market. There is table named 'XYZ', filled with data (Project contains the data structure of 'XYZ''').
Now working on the next version i.e, 1.1, now i have renamed the table from 'XYZ' to 'ABC' and included a few more columns. The project does not contain the data structure 'XYZ', instead it contains 'ABC'.
When user updates the app, i want to take the data from the table 'XYZ' and fill the data in newly created table 'ABC'.
Can you please help me on this issue?
The text was updated successfully, but these errors were encountered: