gpt4 book ai didi

ios - Ionic 3 - 你的应用程序包含非公开的 api 使用

转载 作者:行者123 更新时间:2023-11-29 13:55:12 24 4
gpt4 key购买 nike

我有一个 ionic 3 应用程序可以与模拟器 android ios 一起使用,它在谷歌商店上发布但是当我试图在苹果商店上传时它给我回复“你的应用程序包含非公共(public) api 使用”

我正在尝试检查所有可能导致问题的插件列表;与我几天前发布的应用程序不同的是:扫码机电话号码电子邮件撰写者地理定位传单

这是我的 package.json:

{
"name": "Nome App",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/barcode-scanner": "^4.20.0",
"@ionic-native/call-number": "^4.18.0",
"@ionic-native/core": "~4.18.0",
"@ionic-native/email-composer": "^4.18.0",
"@ionic-native/geolocation": "^4.20.0",
"@ionic-native/in-app-browser": "^4.18.0",
"@ionic-native/network": "^4.20.0",
"@ionic-native/splash-screen": "~4.18.0",
"@ionic-native/status-bar": "~4.18.0",
"@ionic/storage": "2.2.0",
"call-number": "1.0.1",
"cordova-android": "7.1.4",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-email-composer": "0.9.2",
"cordova-plugin-geolocation": "4.0.1",
"cordova-plugin-inappbrowser": "3.0.0",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^3.1.2",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"ionic-angular": "3.9.3",
"ionicons": "3.0.0",
"leaflet": "^1.5.1",
"phonegap-plugin-barcodescanner": "8.0.1",
"rxjs": "5.5.11",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.29"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.1",
"typescript": "~2.6.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-network-information": {},
"phonegap-plugin-barcodescanner": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"mx.ferreyra.callnumber": {},
"cordova-plugin-email-composer": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-geolocation": {}
},
"platforms": [
"android"
]
}
}

最佳答案

您使用的是哪个版本的 cordova-ios?我遇到了同样的错误,在尝试了几天不同的东西后,我删除了插件文件夹,然后为 cordova-ios@4.5.5 编译并且它工作了。

ionic cordova 平台添加 ios@4.5.5

关于ios - Ionic 3 - 你的应用程序包含非公开的 api 使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56899221/

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