简体   繁体   中英

Xamarin Forms - Autofill password is not working for iOS

I want to implement Password autofill functionality for my Xamarin app, i followed the steps on https://mikalaidaronin.info/blog/posts/xamarin-forms-password-autofill and it is working fine for Android, but it is not working for iOS, i do not see password save popup for my iOS app.

Is there any additional step needed apart from the mentioned on the blog above?

I was able to fix it, for me the issue was that Entitlements.plist was not selected as "Custom Entitlements" in project settings.

  1. Double click on the iOS Project or right click on iOS project and click on options
  2. Select "iOS Bundle Signing" from the Left Side 在此处输入图像描述
  3. Click on the 3 dots for the "Custom Entitlements" and select your Entitlement.plist file. 在此处输入图像描述
  4. Rebuild the project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM