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
0
votes
1 answer

phonegap permissions not being asked when installing apk

This is my config.xml for phonegap with JQM but when i install the APK after compiling with adobe build it asks me only for GPS & Audio recording. Not for camera etc. then the camera function is not available to my APP of course. any ideas?
0
votes
1 answer

Open PDF-File out of a Phonegap-App which includes generated code (Adapt Learning)

I'm using Adapt Learning to create responsive E-Learning courses. I downloaded the course code (HTML5, less, CSS, JavaScript) and wrapped it into a mobile application by using PhoneGap Build (cli 6.5.0). Now I want to open the attached PDF-Files.…
Emjay
  • 1
  • 2
0
votes
1 answer

PhoneGap Build not including permissions for android or platforms other than browser

I have a phonegap application that works fine (ajax http requests are executed, etc) when opened/loaded through the official phonegap app. But when I upload and build the application and download the apk from the build.phonegap website, none of the…
0
votes
1 answer

How to Create custom App URL schemes for IOS using phonegap build?

I was searching for this problem since long time.finally i got the key answer.
Maheshvirus
  • 6,749
  • 2
  • 38
  • 40
0
votes
1 answer

Phonegap build is unable to run on a lot of devices - why

Somebody that are able to tell me why my app is unable to install on many devices from Google Play. I can not see why and there is no help from Google or I am unable to find out the reason in the Google systems. For instance it is unable to install…
Beast
  • 271
  • 2
  • 5
  • 15
0
votes
1 answer

Ionic2/Angular2 Http is not working

I am new to Ionic framework and Angular2. I am unable to send post request to the server. I can't figure out what thing I am missing. My App code: import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import…
0
votes
1 answer

PhoneGap Android Market Publishing

Hi I'm looking for a good phoneGap tutorial all the way tru publishing an app, I've seen several but none have been able to help me successfully publish my apps. I currently write on Html CSS Javascript Any tips will greatly be appreciated thank…
0
votes
0 answers

Phonegap build not showing splashscreen on android?

I m adding splashscreen in config.xml file like this:
Owais Kiani
  • 355
  • 1
  • 6
  • 26
0
votes
1 answer

I'm getting an error when I try to submit my iTunes Connect app record form for review

I have built a hybrid app with javascript, html and css and am using phonegap build cloud service to package it up. I am currently trying to submit my app to the app store and not sure If I have done it correctly. I was filling out the itunes…
Sarah
  • 1,943
  • 2
  • 24
  • 39
0
votes
1 answer

Are there any tool can check the PhoneGap app performance?

We hire PhoneGap developer to build an app. After the app finished, we found the app speed is very low and it hangs frequently. when we ask the freelance, he says our server is responsible for this issue. However, I believe this is not correct…
Mohammad nagdawi
  • 553
  • 4
  • 18
0
votes
1 answer

Phonegap build for tablet and/or smartphone

I'm using phonegap build to build my apps for iOS, Android and Windows. How do I specify (in config.xml probably) that phonegap build should build only for tablets, or only for smartphones or for both across all three platforms?
dari0h
  • 867
  • 3
  • 10
  • 21
0
votes
1 answer

Malformed config.xml in phonegap build when upload apps

When I am trying to upload my app to phonegap build it doesn't work. It gives me error of malfunctioned config.xml You can check my config file here
mohsinali1317
  • 4,255
  • 9
  • 46
  • 85
0
votes
1 answer

How to create website visitor tracking to app install - using app login with Facebook / PhoneGap

I created a PhoneGap app (IOS & Android) that uses login with Facebook. My back end server then verifies the Facebook token, gets the ID, email, name, etc. I want to pay people who promote my mobile app for each user that installs the app. I have…
0
votes
1 answer

Pushwoosh and iOs certificates - Multiple apps

im having a big doubt here, and i couldn't find any answer over the internet. We develop multiple ios apps, under phonegap build, apps are similiar, just logo image change and some internal parameters. In the process of publish one app, we generate…
jspasiuk
  • 71
  • 1
  • 9
0
votes
1 answer

getting 2-3 popups while running cordova app given in description and then browser stucks

gap_init:2 gap:[null,"CoreAndroid","messageChannel","CoreAndroid1594682113"] gap:[null,"CoreAndroid","show","CoreAndroid1594682114"] I am trying to develop Cordova app with angular js 2.0 I have created Cordova hello world and angular js 2.0…