Still can't filter events based on ANCS attribute data!
in iOS
I posted about this 3 weeks ago [1], but the title is a bit confusing, so I thought I should start a new thread with a proper title.
The event returned from this method never fires:
[device.ancs eventWithCategoryIds:MBLANCSCategoryIDAny
eventIds:MBLANCSEventIDNotificationAdded
eventFlags:MBLANCSEventFlagAny
attributeId:MBLANCSNotificationAttributeIDTitle
attributeData:self.name
identifier:self.identifier];
However, this code works fine:
[device.ancs eventWithCategoryIds:MBLANCSCategoryIDAny
eventIds:MBLANCSEventIDNotificationAdded
eventFlags:MBLANCSEventFlagAny i
dentifier:self.identifier];
The working code is of little use to me since I just want to make your sample app work. This comes pretty much directly out of the sample app. Please help.
This discussion has been closed.
Comments