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 Build pre-populated SQLite DB

I've successfully used PhoneGap Build with pre-populated SQLite DBs in the past via the https://build.phonegap.com/plugins/2368 plugin. However, Adobe deprecated the use of all plugins from the PG Build repository. Thus, I've been forced to use the…
user2402616
  • 1,434
  • 4
  • 22
  • 38
0
votes
1 answer

Phonegap Build - Google Expanding APK Files

I have been successfully developing apps with Phonegap Build and normal phonegap cli, however I now have an app that exceeds the 50MB limit for initial APK upload to google play. Is there anyone that can offer assistance in the right direction for…
0
votes
1 answer

Configure android application created by angularjs and phonegap using variables

So I have an angular application and I've created a hybrid android application using PhoneGap. But currently, I have one issue - In the angular code, there are many places in the service and controller files where API calls are made. Now, the path…
HardikT
  • 735
  • 1
  • 8
  • 24
0
votes
1 answer

phonegap / cordova audio issue with Samsung S3 (and others)

I recently published a Phonegap / Cordova app, with sounds. It plays nice with most phones. However, some complaints were made, that no sound is played on several phones. I found one of the models is Samsung S3. I managed to create a simplified…
GuruYaya
  • 545
  • 3
  • 16
0
votes
1 answer

Phonegap build Error code 65

I am using adobe phone gap build (https://build.phonegap.com) and i get this error: === BUILD TARGET Firstapp OF PROJECT Firstapp WITH CONFIGURATION Release === Check dependencies Provisioning profile "iOS Team Provisioning Profile:…
user3426496
  • 125
  • 2
  • 7
0
votes
1 answer

Phonegap hybrid plugins testing

I'm starting a new big project in Cordova Phonegap and I have some doubts with using plugins. Using my computer with Windows to build android's app and simulating it I'm hundred percent sure that it's working, but how can I know if the plugins in…
0
votes
0 answers

Failed to add platform android - cordova

I am trying to setup new cordova and ionic project. When i ran this command, corodva platform add android I am getting this error What would be the issue?
Loura
  • 109
  • 5
  • 18
0
votes
1 answer

Admob in Phonegap 4+ using Phonegap Build

I'm moving some of our older Phonegap 3 apps into build.phonegap.com and rebuilding with Phonegap 4. Impressed so far, but this next app has AdMob which was previously set up in the Java files directly, so I'm trying to rework... As far as I can…
Ric
  • 458
  • 1
  • 7
  • 23
0
votes
1 answer

show at sign in keyboard in app

I'm currently developing an app using jQuery mobile. I want to have the email ( @ ) sign show up in the keyboard when an input that needs an e-mailaddress is selected. I know there is a way to do this, I just don't know what to search for since none…
Maartje
  • 668
  • 1
  • 8
  • 23
0
votes
1 answer

Phonegap | converting imageuri to base64 | getting black image after uploading it to server using jquery

I want a valid string of base64 from imageuri. I have use below code for this but it's getting black image after uploading it to the server. function encodeImageUri(imageUri) { var c=document.createElement('canvas'); var…
0
votes
0 answers

how to manage multiple environment APK on playstore if it is a cross platform app

I have a product for which we have created a mobile application on cross-platform. I am trying to find out if we can manage multiple environments in 1 APK from PLaystore. I have read many articles but none of them have mentioned anything about a…
0
votes
1 answer

Update text every minute cordova plugin local notifications

I try to update text every minute with cordova-plugin-local-notifications in phonescheduleMinutely = function () { var sound = device.platform == 'Android' ? 'file://ting.wav' : 'file://beep.caf'; …
0
votes
2 answers

Admob Phonegap build Stuck

Ok I have an application on the market for testing purposes and Im trying to implement admob ads I have my account for banner ads and everything the only thing is that I dont know how to set it up I need help please this is the sample application.…
0
votes
1 answer

cordova ImagePicker plugins not working on android Marshmallow (PhoneGapBuild)

In android 6, to access external storage you need to add additional permission
Maheshvirus
  • 6,749
  • 2
  • 38
  • 40
0
votes
0 answers

Insert query is not working but the population method is working in PhoneGap

My populateDB method runs well and when I look into the database the values are stored, but when insertQueryDB method is not working when I am trying to insert data from a form so I think my Insert query is wrong but I type it over many times and…
lifeishard
  • 17
  • 6