Xamarin forms — проблема с разрешением пользователя iOS HealthKit для истории болезни. Авторизация запрещена

#c# #ios #xamarin #healthkit

#c# #iOS #xamarin #healthkit

Вопрос:

Попытка настроить разрешения healthkit для доступа / чтения медицинских записей пользователя, клинических данных, таких как аллергии, состояния и т. Д.

Следующая статья и перевод для Xamarin.

https://developer.apple.com/documentation/healthkit/samples/accessing_a_user_s_clinical_records

Следующий код не работает и выдает мне ошибку.

 NSSet HealthRecordDataTypesToRead
        {
            get
            {
                return NSSet.MakeNSObjectSet<HKSampleType>(new HKSampleType[] {

                

                //Clinical Record 
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.ConditionRecord),
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.AllergyRecord),
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.MedicationRecord),
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.ProcedureRecord),
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.LabResultRecord),
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.ImmunizationRecord),
                HKObjectType.GetClinicalType(HKClinicalTypeIdentifier.VitalSignRecord),

            });
            }
        }
var (ishrAllowed, hrerror) = await HealthStore.RequestAuthorizationToShareAsync(new NSSet(), HealthRecordDataTypesToRead);
                if (hrerror != null)
                    throw new Exception($"There is an error during permssion request. Error Description: {error.LocalizedDescription}");
                result = ishrAllowed;

 

Ошибка

Основание.Исключение MonoTouchException: генерируется исключение Objective-C. Имя: NSInvalidArgumentException Причина: запрещена авторизация для чтения следующих типов: HKClinicalTypeIdentifierMedicationRecord, HKClinicalTypeIdentifierConditionRecord, HKClinicalTypeIdentifierProcedureRecord, HKClinicalTypeIdentifierVitalSignRecord, hkclinicaltypeidentifier immunizationrecord, hkclinicaltypeidentifier allergyrecord, HKClinicalTypeIdentifierLabResultRecord
Собственная трассировка стека:
t0 CoreFoundation 0x00007fff2043a126 __exceptionPreprocess 242
t1 libobjc.A.dylib 0x00007fff20177f78 objc_exception_throw 48
t2 CoreFoundation 0x00007fff2043a004 -[ NSException initWithCoder:] 0
t3 HealthKit 0x00007fff35315e22 -[HKHealthStore _throwIfAuthorizationDisallowedForSharing:типы:] 534
t4 HealthKit 0x00007fff35314a4b -[HKHealthStore _validateauthorization requestwithsharetypes:readTypes:] 224
t5 HealthKit 0x00007fff35314bca -[HKHealthStore requestAuthorizationToShareTypes:readTypes:shouldPrompt:завершение:] 336
t6 HealthKit 0x00007fff35314948 -[HKHealthStore requestAuthorizationToShareTypes:readTypes: завершение:] 77
Здоровье t7.iOS 0x000000010663b969 xamarin_dyn_objc_msgSend 217
t8 ??? 0x000000011abad00b 0x0 4743417867

во время ObjCRuntime.Время выполнения.Исключение ThrowNSException (System.IntPtr ns_exception) [0x00000] в /Library/Frameworks/Xamarin.iOS.framework/Versions/14.4.1.3/src/Xamarin.iOS/ObjCRuntime/Runtime.cs:407
в ObjCRuntime.Runtime.throw_ns_exception (System.IntPtr exc) [0x00000] в /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/runtime/Delegates.generated.cs:126
в ObjCRuntime (оболочка, встроенная в управляемую).Runtime.throw_ns_exception(intptr)
в ObjCRuntime (оболочка, управляемая как встроенная).Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr(intptr, intptr, intptr, intptr, intptr, intptr)
в HealthKit.HKHealthStore.RequestAuthorizationToShare (Foundation.NSSet typesToShare, Foundation.NSSet typesToRead, System.Действие 2[T1,T2] completion) [0x0002f] in /Library/Frameworks/Xamarin.iOS.framework/Versions/14.4.1.3/src/Xamarin.iOS/HealthKit/HKHealthStore.g.cs:619 at HealthKit.HKHealthStore.RequestAuthorizationToShareAsync (Foundation.NSSet typesToShare, Foundation.NSSet typesToRead) [0x00011] in /Library/Frameworks/Xamarin.iOS.framework/Versions/14.4.1.3/src/Xamarin.iOS/HealthKit/HKHealthStore.g.cs:631 at Health.iOS.DependencyService.HealthKitData.GetHealthPermissionAsync () [0x0014f] in C:\\Repos\\Health.Master\\Mobile\\Health.iOS\\DependencyServices\\HealthKitData.cs:322 at (wrapper managed-to-native) ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr(intptr,intptr,intptr,intptr,intptr) at HealthKit.HKHealthStore.RequestAuthorizationToShare (Foundation.NSSet typesToShare, Foundation.NSSet typesToRead, System.Action 2 [T1, T2] завершение) [0x0002f] в /Library/Frameworks/Xamarin.iOS.framework/Versions/14.4.1.3/src/Xamarin.iOS/HealthKit/HKHealthStore.g.cs: 619
в HealthKit.HKHealthStore.RequestAuthorizationToShareAsync (Foundation.NSSet typesToShare, Foundation.NSSet typesToRead) [0x00011] в /Library/Frameworks/Xamarin.iOS.framework/Versions/14.4.1.3/src/Xamarin.iOS/HealthKit/HKHealthStore.g.cs: 631
на Здоровье.iOS.DependencyService.HealthKitData.GetHealthPermissionAsync () [0x0014f] в C:\Repos\Health .Master \ Mobile \ Health.iOS \ DependencyServices \HealthKitData.cs: 322
в Health.Core.ViewModels.Трекеры.TrackerListMenuViewModel.ProcessTrackerSelection (Health.Core.Helpers.Ui.UiDataItem SelectedItem, System.Логическое значение saveDeviceChanges) [0x001b5] в C:\Repos\Health .Master \ Mobile \ Health.Core \ ViewModels \ Trackers \ TrackerListMenuViewModel.cs:304 t0 CoreFoundation 0x00007fff2043a126 __exceptionPreprocess 242
t1 libobjc.A.dylib 0x00007fff20177f78 objc_exception_throw 48
t2 CoreFoundation 0x00007fff2043a004 — [Инициализация NSException с кодом:] 0
t3 HealthKit 0x00007fff35315e22 -[HKHealthStore _throwifauthorizationdisallowed для совместного использования:типы:] 534
t4 HealthKit 0x00007fff35314a4b -[HKHealthStore _validateAuthorizationRequestWithShareTypes:readTypes:] 224
t5 HealthKit 0x00007fff35314bca -[HKHealthStore requestAuthorizationToShareTypes:readTypes:shouldPrompt:завершение:] 336
t6 HealthKit 0x00007fff35314948 -[HKHealthStore requestAuthorizationToShareTypes:readTypes: завершение:] 77
t7 Health.iOS 0x000000010663b969 xamarin_dyn_objc_msgSend 217
t8 ??? 0x000000011abad00b 0x0 4743417867

** записи info.plist **

         <string>Health App needs Health Share Access</string>
        <key>NSHealthUpdateUsageDescription</key>
        <string>Health App needs Health Update Access</string>      
    <key>NSHealthRequiredReadAuthorizationTypeIdentifiers</key>
    <array>
      <string>HKClinicalTypeIdentifierAllergyRecord</string>
      <string>HKClinicalTypeIdentifierConditionRecord</string>
      <string>HKClinicalTypeIdentifierImmunizationRecord</string>
      <string>HKClinicalTypeIdentifierLabResultRecord</string>
      <string>HKClinicalTypeIdentifierMedicationRecord</string>
      <string>HKClinicalTypeIdentifierProcedureRecord</string>
      <string>HKClinicalTypeIdentifierVitalSignRecord</string>
    </array>
    <key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
    <string>Health App needs your clinical Health Record Access</string> ```
 

Комментарии:

1. Вы добавили необходимые Info.plist записи?

2. ДА. У меня есть. Вопрос обновлен.

3. Вы можете обратиться к официальному документу HealthKit в Xamarin.iOS .

4. Спасибо Лео. Вряд ли что-либо доступно, связанное с ошибкой / исключением, которое я получаю.

5. Сравните документацию еще раз с исходным кодом. Вам не хватает одного метода и указан один ненулевой аргумент.