phonegap-build

ERROR ITMS-90085: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”

安稳与你 提交于 2021-01-27 12:25:45
问题 OS: OS X Yosemite Version 10.10.1 XCode: Not installed Application Loader 3.0 (620) PhoneGap: 3.7.0 PhoneGap Build: Online (build.phonegap.com) On Authenticating form iTunes step it gave ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable." I have even upgraded to Phonegap 3.7.0 and I am using Github and build.phonegap.com to build IPA In info.plist file <key>CFBundleSignature</key> <string>????</string> and <key

Disable Android/iOS Keyboard on specific Input Fields

冷暖自知 提交于 2021-01-27 07:05:19
问题 I would like to disable or hide the Keyboard on Android and iOS on specific Input fields. is this possible? something like <input type="text" name="date" keyboard="disable" /> 回答1: Use this $('#input').focus(function() { this.blur(); }); 来源: https://stackoverflow.com/questions/28254100/disable-android-ios-keyboard-on-specific-input-fields

How to catch exit app event?

与世无争的帅哥 提交于 2021-01-27 00:35:56
问题 Hy! I need to catch the exit app event in my phonegap application. Actually I want to trigger a looseLife() function if the player tries to cheat and exit the app with minimize and exit from task manager while he already started a new lvl. If he exit it correctly, by pressing the back button it works fine. I tried onunload or onbeforeunload but these functions get called only if I close the app normally, without minimizing it and closing it from task manager. The pause function also doesn't

How to catch exit app event?

无人久伴 提交于 2021-01-27 00:33:58
问题 Hy! I need to catch the exit app event in my phonegap application. Actually I want to trigger a looseLife() function if the player tries to cheat and exit the app with minimize and exit from task manager while he already started a new lvl. If he exit it correctly, by pressing the back button it works fine. I tried onunload or onbeforeunload but these functions get called only if I close the app normally, without minimizing it and closing it from task manager. The pause function also doesn't

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

こ雲淡風輕ζ 提交于 2020-07-23 06:08:19
问题 I use phonegal build but today i get this error when upload .ipa to apple store ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability then I removed all cordova plugins in config.xml but still get some error.I researched and find monaca..In monaca configure option I choosed WKWebViewOnly but still i get some error..Here is my config.xml <?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

只谈情不闲聊 提交于 2020-07-23 06:07:36
问题 I use phonegal build but today i get this error when upload .ipa to apple store ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability then I removed all cordova plugins in config.xml but still get some error.I researched and find monaca..In monaca configure option I choosed WKWebViewOnly but still i get some error..Here is my config.xml <?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

六月ゝ 毕业季﹏ 提交于 2020-07-23 06:06:07
问题 I use phonegal build but today i get this error when upload .ipa to apple store ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability then I removed all cordova plugins in config.xml but still get some error.I researched and find monaca..In monaca configure option I choosed WKWebViewOnly but still i get some error..Here is my config.xml <?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www

Change Widget ID or Package Name for android/iOS platform on phonegap?

孤街浪徒 提交于 2020-02-19 09:56:38
问题 I have an app in Google Play with package com.example001.android and one app in the iOS store with the name com.example001.ios . However, I am now using the phonegap build, have removed a lot of the bootstrap code, leaving only the www folder, I am using the widget id from config.xml , so now I only have 1 config.xml . If I set the widget id to com.example001.ios I can't publish this app in android. If I leave the widget id to com.example001.android I can't publish this app in apple store. If

Offline Phonegap Build

橙三吉。 提交于 2020-02-04 07:03:55
问题 By means of an Adobe Phonegap account (https://build.phonegap.com/apps) I could create mobile apps using my web application for all types of mobile platforms like IOS, Android, Windows. But, for this to happen, I have to upload my project zip to cloud. Is it possible to create the apps (for all mobile platforms) offline , in my pc itself, without uploading my project zip to cloud? Is there any desktop application that does a similar job as build.phonegap.com? 回答1: Yes you can build your app

Offline Phonegap Build

好久不见. 提交于 2020-02-04 07:00:13
问题 By means of an Adobe Phonegap account (https://build.phonegap.com/apps) I could create mobile apps using my web application for all types of mobile platforms like IOS, Android, Windows. But, for this to happen, I have to upload my project zip to cloud. Is it possible to create the apps (for all mobile platforms) offline , in my pc itself, without uploading my project zip to cloud? Is there any desktop application that does a similar job as build.phonegap.com? 回答1: Yes you can build your app