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

[TIMOB-18359] iOS: Fix bug for retrieving birthday in iOS8 and other contact updates #6598

Merged
merged 2 commits into from Jan 30, 2015

Conversation

cheekiatng
Copy link
Contributor

Fixed bug for retrieving birthday for iOS8
Added support for Social Profile
Added support for more Instant Messengers
Added support for Alternative Birthday (ios8 only)
Edited Contacts yml docs
Test case in JIRA: https://jira.appcelerator.org/browse/TIMOB-18359

Fixed bug for retrieving birthday for iOS8
Added support for Social Profile
Added support for more Instant Messengers
Added support for Alternative Birthday (ios8 only)
Edited Contacts yml docs
description: |
The format of the dictionary accepted by this property is as follows:

* Keys: any of `home`, `work` and/or `other`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the keys are incorrect. Shouldn't they be facebookProfile, flickrProfile etc? I think any String value is accepted but there are predefined values in iOS

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As explained in the below note, the current sdk reads the input for instantMessage in this format. And I followed the same format for socialProfile so that the behavior and usage is similar. The predefined values are actually the service key values explained in the docs, and are case sensitive. Will emphasize in the next commit.

@vishalduggal
Copy link
Contributor

The code works fine but the documentation and sample need work.

Code reviewed. Please address comments

@vishalduggal
Copy link
Contributor

CR + FR ok. APPROVED

vishalduggal added a commit that referenced this pull request Jan 30, 2015
[TIMOB-18359] iOS: Fix bug for retrieving birthday in iOS8 and other contact updates
@vishalduggal vishalduggal merged commit e6400c8 into tidev:master Jan 30, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants