When submitting a form in apple xcode where does that data stored? Also is it possible to link it to a google sheets.
Storing Data from Forms
If you mean use Xcode to build an app that uses a form, the data goes where your code says it should go...only you know your code.
Could be stored in your apps Documents directory, emailed to another person, uploaded to iCloud, saved on a remote server, etc.
h ttps://developers.google.com/sheets/api/
Could be stored in your apps Documents directory, emailed to another person, uploaded to iCloud, saved on a remote server, etc.
Yes. Sheets has an API you can use:link to google sheets.
h ttps://developers.google.com/sheets/api/