Closed jzgoda closed 5 years ago
In iOS, the key to retrieve is note, not notes.
note
notes
I made it so users can still supply notes in the contactFields (that way the same list of contactFields will work for both iOS and Android), and the getiOSValue method will change the key to the proper value.
contactFields
getiOSValue
Fixes & closes #21
@firescript, when you have a chance, see if you agree with my changes to resolve this issue.
In iOS, the key to retrieve is
note
, notnotes
.I made it so users can still supply
notes
in thecontactFields
(that way the same list ofcontactFields
will work for both iOS and Android), and thegetiOSValue
method will change the key to the proper value.Fixes & closes #21