gpt4 book ai didi

ios - 我怎么知道我是否在使用私有(private)框架?

转载 作者:可可西里 更新时间:2023-11-01 05:38:00 26 4
gpt4 key购买 nike

我正在为 App Store 开发应用程序。然而,它处于早期阶段,尚未准备好提交到 iTunes Connect(需要屏幕截图、应用程序图标、支持 URL 等)。显然,在 iTunes Connect 上列出该应用程序需要使用 Xcode 的验证选项。我注册了 Apple Developer Program。

如果您知道另一种在没有 iTunes Connect 的情况下使用 Xcode 验证的方法,那就太棒了。

是否有第三方测试套件、某处的公共(public)与私有(private)(允许/不允许)框架列表,或者我可以用来“验证”我的应用程序的其他东西?

以下是我遇到但不确定的几个示例:

#import <sys/sysctl.h>
#import <mach/mach.h>
#import <mach/mach_host.h>
#import <Carbon/Carbon.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <IOKit/IOKit.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/sockio.h>
#include <net/if.h>
#include <errno.h>
#include <net/if_dl.h>
#include <net/ethernet.h>

最佳答案

您可以使用应用程序扫描器 https://github.com/ChimpStudios/App-Scanner

来自开发者描述

App Scanner is a preflight submission check list for iOS developers. It searches code for private API usage. It is not perfect.

这里列出其他方式How does Apple know you are using private API?

关于ios - 我怎么知道我是否在使用私有(private)框架?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11311003/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com