简体   繁体   English

如何在 swift ios 应用程序中删除使用 Apple ID 覆盖的登录?

[英]How to remove Sign in with Apple ID overlay in swift ios app?

When I open my app "Sign in with Apple ID" overlay is shown.当我打开我的应用程序时,会显示“使用 Apple ID 登录”叠加层。 I don't support Apple Sign in. There is in app purchase in the app and when the user wants to purchase, the same login overlay is shown, instead of the normal purchase overlay.我不支持 Apple 登录。应用中有应用内购买,当用户想要购买时,会显示相同的登录覆盖,而不是正常的购买覆盖。

On Simulator the overlay is always shown and I am not able login using any account (real or sandbox) though I am not able to test in app purchase with the simulator either (I tried with iOS 14 and iOS 15 simulators.) On device it is better after entering credentials, I can test in app purchase but it is still annoying that I need to enter my password because I don't need to enter when I use other apps.在模拟器上总是显示覆盖,我无法使用任何帐户(真实或沙盒)登录,尽管我也无法使用模拟器测试应用程序购买(我尝试使用 iOS 14 和 iOS 15 模拟器。)在设备上输入凭据后更好,我可以在应用程序购买中进行测试,但是我需要输入密码仍然很烦人,因为我在使用其他应用程序时不需要输入。

What could be the reason?可能是什么原因? How can I remove it?我怎样才能删除它?

I have subscription based in app purcahse in my app.我的应用程序中有基于应用程序购买的订阅。

在此处输入图片说明

I think you signed out from iPhone simulator/device (you can check in Phone settings).我认为您从 iPhone 模拟器/设备注销(您可以在电话设置中查看)。 So you need to login & setup with appleID in device/simulator.因此,您需要在设备/模拟器中使用 appleID 登录和设置。 then alert will not appear every time.那么警报不会每次都出现。 You can try apple login in simulator but still you need to check in real device for IAP.您可以在模拟器中尝试apple login,但您仍然需要在真实设备中检查IAP。 [1]: https://i.stack.imgur.com/KUZK0.jpg [1]: https : //i.stack.imgur.com/KUZK0.jpg

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Reactjs + React Native App 中实现 Sign in with apple 时删除 Use different apple id 选项? - How to remove the Use different apple id option while implementing Sign in with apple in Reactjs + React Native App? 使用免费的 Apple ID 将 Apple iOS Swift 应用程序部署到 iPhone - Deploy Apple iOS Swift App to iPhone with Free Apple ID Apple 在 iOS (Swift) 上使用 FirebaseUI 登录无法正常工作 - Apple sign in with FirebaseUI on iOS (Swift) not working IOS 模拟器无法使用Apple ID登录 - IOS Simulator Unable to Sign In with Apple ID 卸载应用程序时如何从 Apple ID 登录中删除应用程序 - How to remove the app from the Apple ID logins when uninstalling the app 如何使用Swift从ios应用程序调用苹果钱包 - how to call the apple wallet from ios app using swift 从与 ios 应用程序共享捆绑 ID 的 Apple Store 中删除 tvos 应用程序 - remove a tvos app from apple store sharing a bundle id with an ios app 查找原始应用ID-适用于iOS Apple应用 - find original app ID - for iOS Apple app 如何在 Ionic 3 应用程序中启用“使用 Apple Id 登录” - How to enable "Sign in with Apple Id" in Ionic 3 application 苹果登录:如何计算用户ID? - apple sign in : how is calculated the user id?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM