Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common API extensions - platform mismatch "ID" vs "id" #607

Open
jtara opened this issue May 6, 2015 · 0 comments
Open

Common API extensions - platform mismatch "ID" vs "id" #607

jtara opened this issue May 6, 2015 · 0 comments
Assignees

Comments

@jtara
Copy link

jtara commented May 6, 2015

iOS and Android platforms mismatch in common API extensions generated from XML.

iOS names the ID property "ID" (upper-case).

Android names the ID property "id" (lower-case).

User has to follow this in their implementation code. User can't just change it, because there is at least one usage in generated base code. (...FactoryBase.m)

And, so, any application code that might have to make use of the id property has to take special measures to deal with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants