我正在爲App Store開發一個應用程序。然而,它還處於早期階段,尚未準備好提交給iTunes Connect(需要諸如屏幕截圖,應用程序圖標,支持URL等)。顯然,在iTunes Connect上列出應用程序需要使用Xcode的驗證選項。我已在Apple Developer Program註冊。如何知道我是否使用私有框架?
如果您知道另一種使用Xcode的Validate而無iTunes Connect的方式,那將非常棒。
是否有第三方測試套件,某處是公共還是私有(允許/不允許)框架列表,還是其他可用於「驗證」我的應用程序的其他內容?
下面是我遇到的幾個例子,但我不能確定的:
#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>
+1對於鏈接。 – Peres