phonegap-plugins

Phonegap - Missing App Store Icon 1024x1024px App Store Icon

痞子三分冷 提交于 2020-02-01 17:46:47
问题 This is for PhoneGap. When submitting the .ipa with ApplicationLoader I'm getting this error: WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information." I use Phonegap's online build tool at https

Phonegap - Missing App Store Icon 1024x1024px App Store Icon

纵然是瞬间 提交于 2020-02-01 17:43:12
问题 This is for PhoneGap. When submitting the .ipa with ApplicationLoader I'm getting this error: WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information." I use Phonegap's online build tool at https

phonegap background service in iOS5

戏子无情 提交于 2020-01-29 21:49:25
问题 I am writing update checker program in xcode, my program needs background process( it needs to be run in background), so is it possible in phonegap, and is there any phonegap plugin for background services? Thanks 回答1: iOS does not allow background task to run more than a specific time limit. Similar Post: iPhone background task stops running at some point Explanation: http://www.macworld.com/article/1164616/how_ios_multitasking_really_works.html The reasonable solution would be to implement

phonegap background service in iOS5

a 夏天 提交于 2020-01-29 21:48:09
问题 I am writing update checker program in xcode, my program needs background process( it needs to be run in background), so is it possible in phonegap, and is there any phonegap plugin for background services? Thanks 回答1: iOS does not allow background task to run more than a specific time limit. Similar Post: iPhone background task stops running at some point Explanation: http://www.macworld.com/article/1164616/how_ios_multitasking_really_works.html The reasonable solution would be to implement

Phonegap GA plugin not working

对着背影说爱祢 提交于 2020-01-24 17:00:52
问题 I am using phonegap 3.3 to build android app locally and trying to use the GA plugin I have installed the GAplugin using phonegap local plugin add https://github.com/phonegap-build/GAPlugin.git Added this code in my index. var gaPlugin; document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { alert("calling ga"); gaPlugin = window.plugins.gaPlugin; alert("calling init") gaPlugin.init(successHandler, errorHandler, "UA-48220634-1", 1); gaPlugin.trackPage(

Does UUID change when factory reset, in Phonegap android

主宰稳场 提交于 2020-01-24 12:05:31
问题 I depends on device.uuid to control my users, Does UUID change when factory reset, in Phonegap android. 回答1: device.uuid on android it gets the native android.provider.Settings.Secure.ANDROID_ID According to the docs A 64-bit number (as a hex string) that is randomly generated when the user first sets up the device and should remain constant for the lifetime of the user's device. The value may change if a factory reset is performed on the device. Note: When a device has multiple users

How to integrate Phonegap BarCodeScanner Plugin to IBM worklight Project

倾然丶 夕夏残阳落幕 提交于 2020-01-24 00:24:11
问题 I need to create a BarcodeScanner App in IBM worklight using phonegap plugins. I just need to know how to add cordova plugins to IBM worklight project. What are the files that needs to be changed? Plugin to be used - com.phonegap.plugins.barcodescanner 回答1: See here for tutorials about how to create Cordova plug-ins for Worklight/MobileFirst Platform: Adding native functionality to hybrid applications Then read various topics about the same subject: http://sajjad-hussainsh.blogspot.co.il/2013

Signature Capture within PhoneGap

瘦欲@ 提交于 2020-01-23 08:22:47
问题 I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J. Bradley's signature Pad javascript plugin (http://thomasjbradley.ca/lab/signature-pad/). The first works pretty well on the android device but requires a license. The second works well in a browser but does not work at all when run within my

Signature Capture within PhoneGap

爷,独闯天下 提交于 2020-01-23 08:21:46
问题 I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J. Bradley's signature Pad javascript plugin (http://thomasjbradley.ca/lab/signature-pad/). The first works pretty well on the android device but requires a license. The second works well in a browser but does not work at all when run within my

How to add PhoneGap apps at Androids sharing interface

血红的双手。 提交于 2020-01-20 06:53:34
问题 I am looking for an interface / PhoneGap plugin (or any idea), to pass images from the gallery directly to the phonegap app. I am already using the cordova camera plugin in my app, however I am looking for a way without selecting images out of the app. To make it a bit more clearly what I am looking for, please see the image below. The app runs on Cordova 3.0. Thanks a lot! Regards, Peter 回答1: The correct definition in the AndroidManifest.xml file is <intent-filter> <action android:name=