简体   繁体   English

如何以编程方式检查用户是否已登录到应用商店

[英]How to check programmatically whether a user is logged in to the app store

I wanna check through my application whether any user is logged in to the app store or not. 我想通过我的应用程序检查是否有用户登录到应用程序商店。 I am not sure whether apple provided any provision to check that. 我不确定苹果是否提供了检查的条款。 I guess store kit might help me but i am not sure. 我想商店套件可能会帮助我,但我不确定。

You can't do that. 你不能这样做。 StoreKit framework is only for providing in-app purchase functionality to your app. StoreKit框架仅用于为您的应用提供应用内购买功能。 Not the status of user session with app store. 不是应用商店的用户会话状态。

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

相关问题 检查用户是否以编程方式登录到Appstore? - Checking whether the user is logged in or not into the Appstore programmatically? 如何检查使用 ipad 应用程序登录网络的用户的用户 ID? - how to check the user id of the user logged into the network using ipad app? 如何以编程方式检查Mobclix广告是否正在运行? - How to programmatically check whether Mobclix advertisement is running or not? 我怎么知道用户是否在应用商店上对应用进行了评分 - How can i know whether the user has rated the app on app store or not 检查应用更新是否有效而无需提交到App Store - Check whether app updates work without submitting to App Store 如何以编程方式检查是否安装了应用程序? - How to check programmatically if an App is installed? 如何检查用户是否选择了UISegmentedControl? - How to check whether the UISegmentedControl is selected or not by user? 如何检查视频或音频文件格式是否可以在iPhone中以编程方式播放? - How to check whether a video or audio file format is playable in iPhone programmatically? 在iPhone中,如何从应用程序检查互联网是否存在? - In iphone, how to check whether internet is there from the app? 检查用户是否已登录 ios swift - check if user is logged in ios swift
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM