I need a way to ship a few paragraphs of text to an iOS app. This would be for a recipe or journal app. If the user is only typing in a few sentences, they can do that directly in the app. But for several paragraphs, they would want to do it on their computer then send the text to the app.
Or even if they are copying a recipe from the web (on their desktop). They need a way to paste that data into the app.
Without creating a website or some other component the app needs to depend on, what is a way to get lots of text into the app?
For Mac users, they can use the Notes app via iCloud. Then copy/paste from Notes into the app. I don't think Windows users have this option. However, this does create a disjointed experience.
Is there some way to tie into iCloud for shipping text over to the app so both Windows and Mac users have the same experience?