iOS version of ODK Collect

What is the problem? Please be detailed.
I want to know that IOS version for phone or tablet.
What ODK tool and version are you using? And on what device and operating system version?
We can not install for apk on Iphone or I pad.

**What steps can we take to reproduce the problem?
I want to know that the ODK application has IOS version.

What you have you tried to fix the problem?
How to install ? & Where we get IOS apk?
Anything else we should know or have? If you have a test form or screenshots or logs, attach here.

Hi,

ODK Collect only works on Android. As far I know, there is no iOS version of collect available.

Thanks,
Imran

2 Likes

As the previous reply already stated, there is no iOS version of ODK collect available.

However, you might want to check other options for mobile data collection that are similar (Enketo / KoBoToolbox) and have been mentioned in previous topics about this subject:

ODK Collect Port on iOS - #13 by Tino_Kreutzer

1 Like

Thank a lot for your answer.

2 Likes

Thank you very much for your answer.

@khantaung I'm always curious as to why you would need an iOS version. I ask because it's not the typical phone we see deployed in the field. But maybe you aren't using ODK in the field...

2 Likes

Dear Yaw Anokwa,
This question is interested myself but it is not problem. Sometime, we will collect data (e.g- Received price or amount) on pay slip program. So , Collector or team member can not use their IPhone. We are not effort for supporting android tablet or phone for data collection. They are using their phone or tablet.
Thank a lot,

1 Like

Well, for a survey, this is what I observe on a regular basis:

  • if you have to buy devices for enumerators, there are no reason for why you should by iOS devices. Android devices are obviously more preferred.

  • however, talking about personal devices people have, it's likely that supervisors and managers have an iOS device.

So, I do see there's a strong demand for iOS. And if you move to business applications, it is even more obvious.
Trung.

1 Like

Thank you very much Trung.

Thought I could use it on iPhone and iPad models, but now I should know that's not possible. Still, I am looking forward to an iOS version. Will that be possible in the future?

Judging from the views this thread continues to capture, this seems to remain a hot topic...

As previously stated, there is no native iOS version of the ODK Collect app at present. And given that ODK Collect, specifically its foundational OpenRosa XForms libs, are all Java-based, I think its unlikely to see any port of (java) ODK Collect to run natively (ie Objective-C, Swift) under iOS any time soon. But I am curious to know to what extent folks in the ODK community would be interested in an equivalent - in terms of actual XForms support and submittability to the likes of ODK Aggregate - of a native iOS XForms app; that is, an iPad/iPhone app that can consume (some/most/all?) ODK forms and submit result back?

[I'm certainly not promising anything here, but do people want an iOS ODK Collect app vs a native iOS *XForms-compatible* app?]

1 Like

Hi Yaw,

This message board is from quite a while back but I wanted to add that while we do use android phones out in the field (They are probably cheaper and easier to replace but we use them because ODK runs on Android, not the other way around), it would be nice to be able to check forms on our own personal phones which in the UK are invariably iPhones. Perhaps an iOS version of ODK may come with ODK 2.0?

Cheers,

Stuart

For checking on your forms, you can try https://opendatakit.org/xlsform and preview them in Enketo. Does that something like that solve the problem?

Hi Yaw,

It’s more for getting a feel with a smartphone. It’s alright if there isn’t an iOS version, just a matter of taste since my office has an android smartphone.

Thanks anyway

1 Like

Hello All. I thought it would be worth trying to revive this conversation about an iOS version of ODK Collect. Specifically, I'm interested in the following:

  1. From an Apple security standpoint, is an app like ODK even possible in an iOS environment? Since I'm a water resources engineer, I might be missing something here, but the way that ODK Collect pulls custom forms from an Aggregate (or other) server and submits finalized forms to the same seems like it circumnavigates the iOS security gateway of the App Store. Does this present a real challenge, or is an iOS ODK Collect version theoretically possible? The immediate context for this question is that I'm responding to a reviewer of a paper that we are publishing, and their question is "why does your app only work for Androids?!?"
  2. SmartPhones4Water (S4W) is a young researcher led citizen science project. In Nepal, where we got started in 2017, an Android only app wasn't (isn't) an issue. However, looking forward, we are starting work in the Netherlands this year and in the US next year. In these places iOS devices make up as much as 65 % of the market. Since we partner with young researchers and citizens to collect water data with their own phones, we are anticipating the Android only thing to be a big deal moving forward. We really love ODK as a robust, flexible, and easy to use environment, so we are not looking to jump ship, just hoping there are some other options out there!

Thanks!

1 Like

Yes it is certainly possible. There is nothing about pulling forms off a (Aggregate) server into an iOS app, and then submitting some data back that violates any App Store rules.

Realistically, you probably wont see a full port of ODK Collect to iOS anytime soon; there is a tremendous amount of code involved in ODK, all Java, which would need to be ported over to iOS Objective-C or Swift. In particular, the javaRosa code, which is arguably the 'core' of ODK Collect's form-processing; the rest of Collect being the GUI around it (at a rather broad brush-stroke... :slight_smile:

However, what you might see (soon?) is a (partially) ODK-compatible client app for iOS that can load (some/most) XForms from an ODK Aggregate (or Central) server, and then submit completed form submissions back to Aggregate/Central. [I've been working on an iOS ODK client - called iXForms - for a bit which I'm hoping to open-source a prototype of soonish. But because it requires effectively re-implementing javaRosa it doesnt support the full feature-set of Collect; eg no repeat groups yet, no itext language support, ... But it'll list, load and submit a basic form to/from Aggregate. Watch this space... :wink: ]

3 Likes

@Xiphware thanks so much for the prompt and super helpful response!

I'm encouraged to hear about your iXForms. This sounds like a perfect solution for our iOS needs in these new places. We are using repeat groups for some of our more complex workflows, but what you describe should cover 90 % of what we need.

I will definitely keep a close eye on this project! :wink: Any additional information on estimated release timing would be helpful as you move forward.

Hi Jeff,

If you want to try our platform on iOS devices (that works with xForms) you can PM me.
Trung.

Here is a screenshot.

@yanokwa we are also eager to develop an iOS version of our ODK-compatible client, Tella (hzontal.org/tella), which we can't do without javarosa compatibility. There are many places (Eastern Europe, Latin America) where despite Android market dominance, iPhones are common. And like others mentioned on this thread, we work with European and American partners who are overwhelmingly on iOS.

@Xiphware it's exciting to read about iXForms! Is there a place where we can follow your progress and contribute/test? Thank you for your work on this.