Hemant Sharma

Results 4 comments of Hemant Sharma

+1 I'm also facing this issue.

On iOS, I'm getting the contact number as in this format. However it should provide the stringValue instead of whole Value [at this line](https://github.com/enisn/Xamarin.Forms.Contacts/blob/c9e3d31c600bb235e8cc2b0162f1b019b768e776/Plugin/ContactService/Platforms/iOS/ContactServiceImplementation.cs#L79).

Just need to set AGP to version 8.5.2 & below compileOptions flag need to add this flag & it'll fix the build issue. ``` kotlinOptions { jvmTarget = '17' }...

For workaround until this gets fixed, manually update the `gradle.properties` & `build.gradle` files in External Libraries -> Flutter Plugins -> flutter_nfc_kit For `gradle.properties`, change AGP version to 8.5.2 For `build.gradle`:...