在WatchOS 2.1中,调用question.Answers = new List<PairedAnswerTypes> {
new PairedAnswerTypes()
{
QuestionID = question.QuestionID,
PairedTextElementAnswerID = 1,
ContractorID = contractorId,
vchTextElementOne = "ABC",
vchTextElementTwo = "School Teachers"
}
};
参数HMAccessory
返回reachable
。
然后将YES
调用为特征,返回错误:
writeValue
这适用于iOS 9,但不适用于WatchOS。 我在实际的Apple手表上测试,而不是模拟器。