Hi,
When I use the Adressbook plugin on iOS9, it crashes every time I pick a contact with a ‘linked contact’ (see image)
This doesn’t happen when I use it on iOS8 or below.
the code I use is fairly simple:
[lua]local contact_params = {
option = “pickContact”,
hideDetails = true,
– performDefaultAction = false,
listener = onContactsComplete
}
native.showPopup( “addressbook”, contact_params )[/lua]
Even without a listener, the app crashes completely on iOS 9 after I select a contact.
Is there a solution for this crash? Thanks,
Arthur