Questions tagged [phonegap-build]

'Phonegap Build', an Adobe cloud service, allows you to upload your HTML, CSS, and Javascript to their build service and returns you your complete package. It removes the need for local build servers and SDK's for each destination platform.

PhoneGap Build is a cloud service for compiling PhoneGap applications.

Adobe PhoneGap provides a way for users to create mobile applications using technologies such as HTML, CSS, and Javascript. Applications created with PhoneGap can be distributed to various vendor app stores (ex: Apple App Store) and installed on a end-user's device like any other native application. Each vendor provides a different toolchain, and each PhoneGap release is compatible with a specific set of tools. This is where PhoneGap Build comes into help.

Here are some of the benefits PhoneGap Build provides:

  • Managed Compilation and Signing (No SDKs)
  • Multiple Supported Platforms
  • Work With Your Team
  • Quicker Development Cycle
2651 questions
8
votes
2 answers

On Windows 8.1 "javac -version" works but Cordova doesn't recognize it

I'm trying to set up Cordova. When I run cordova build android I receive the following error: (node:6816) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Failed to run "javac -version", make sure that you have a JDK…
Letokteren
  • 749
  • 1
  • 15
  • 28
8
votes
1 answer

Cordova Hide Status Bar

I'm building an application for iPad with Phonegap and Framework7 and I can't seem to get the status bar to be hidden on the iPad no matter what I do. I've tried to google out a few tutorials, including the following questions: How to remove iOS…
Chin Leung
  • 14,621
  • 3
  • 34
  • 58
8
votes
6 answers

PhoneGap missing plist.key

When I try and load upload my iTunes app installer to iTunes I relieve this error: Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an …
Mike
  • 6,751
  • 23
  • 75
  • 132
8
votes
1 answer

How add android ssl certificate for https request in ionic?

In ionic simulator all http and https working fine but in real device release version its stop working. Many people adviced to add SSL certificate for release version but I dont know how to add this ? I have tries all this to make https request…
8
votes
2 answers

Phonegap download / unzip issues with mp3 playing

I am having issues playing mp3s on my iphone 6 using phonegap. I am downloading a zip file from the server which contains 1 mp3 file and 3 image files. All seem to download correctly but I am not too sure about the mp3 file as it just wont play. To…
Satch3000
  • 47,356
  • 86
  • 216
  • 346
8
votes
1 answer

PhoneGap: modify config.xml to add properties to Info.plist ion iOS

For my application, I need to add some settings to the Info.plist file for iOS. I thought the best way to do this, would be to add these settings to my config.xml file (I'm using PhoneGap). When I add the following to the config.xml file and…
Flock Dawson
  • 1,842
  • 4
  • 22
  • 34
8
votes
2 answers

Phone Gap Windows Build access rule

When I build cordova build for windows the access rules are failing, following are the information in the console Access rules must begin with "https://", the following rule will be ignored: .* Basically it saying it require to begin with…
8
votes
2 answers

how to upload a photo to azure blob storage using cordova api?

I am trying to upload a photo from mobile device to azure blob storage using Cordova api. I just can't seem to get it to work. Any idea will help out greatly. Data uploaded to blob looks like this. start…
wil
  • 853
  • 2
  • 10
  • 24
8
votes
3 answers

Javascript library not working on Device

I am using the BigNumber library of MikeMcl to handle my needs for big numbers. I use this library in an Ionic/Angular project. As explained on Github, the way to install and use this library is to include a script tage in your html:
WJA
  • 6,676
  • 16
  • 85
  • 152
8
votes
4 answers

Custom URL scheme for Cordova

I am trying to find out a good document on "How to define custom URL scheme for a Cordova app(on both iOS and Android platforms)". I have spent hours on internet but couldn't find a good answer. I got some links which are related but not helping me…
Mathews
  • 909
  • 1
  • 7
  • 13
8
votes
1 answer

How to take Multiple photo using Cordova Camera Plugin

I have been testing on Android and my goal is to take multiple photos, using either Cordova Camera or Media Capture, and save them to a gallery that will automatically correct/fix orientation. The back button in conjunction with the Media Capture,…
navarro_miguel
  • 151
  • 1
  • 2
  • 5
8
votes
1 answer

Phonegap detect if the phone is active

I've been searching for a while now, and can't find anything for this with Phonegap only for Android or IOS. So would be nice if someone knew how or if its even possible. Is there a way to check if the phone is in use/active, or if the phone is…
Marius Djerv
  • 267
  • 1
  • 4
  • 18
8
votes
5 answers

phonegap Error uploading app :Your binary is not optimized for iPhone 5

i try to upload my phonegap app(.ipa file) using application loader but it gives below error ERROR ITMS-9000: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display…
user1688401
  • 1,851
  • 8
  • 47
  • 83
8
votes
5 answers

How to install .xap phonegap build in windows phone 8?

I have developed one simple game by using phonegap android BUT after build for windows, ios, android, blackberry etc, its working only for android devices, so I can install apk file for android devices BUT for windows .xap file is not detecting in…
user3107283
  • 161
  • 1
  • 4
  • 11
8
votes
4 answers

Doubts on Phonegap.js, Phonegap Build and Intel XDK

I am very new to mobile application development. Now I am into a mobile application project which should work on IOS, Android, BB and WP. After googling to learn what can I do on this, I felt Phonegap fulfils my requirement. I have downloaded and…
Bala
  • 3,576
  • 10
  • 46
  • 74