Pushwoosh crashing on registration on Android 5.0.2 - android

A colleague in the office is facing the following situation: He downloaded a sample code from the below link to get familiar with pushwoosh functionality: https://github.com/Pushwoosh/phonegap-build-sample-app
This example is built using Adobe PhoneGap online: https://build.phonegap.com
Although this example works fine in the iOS devices, it crashes on execution when on Android devices, both in version 4.4.2 and 5.0.2. Doing step-by-step code execution with weinre he noticed the application crashes on device registration. He wonders if he should try a different example or a different plugin. Could a wrong Google API key cause this behavior?
PhoneGap (iOS / Android / Windows)
cli-5.2.0 (3.9.1 / 4.1.1 / 3.8.1)
Thank you

For Phonegap Build please use "pushwoosh-pgb-plugin". PGB are way too slow updating Android libraries :(

Related

Ionic App is not working in android device

I have created a app for getting results from OMDB to show ratings. It is working fine in browser when I am using ionic serve and also when I am using ionic cordova emulate browser (For android device). But the issue is when I am converting it to the android app (Via ionic capacitor add android, ionic capacitor copy android) and checking in my android device then it is not working there.
My device has installed latest version of android version with latest MIUI version.
TIA.
I have tried to find the solution but there is no solution found to me for this.
I am using HTTP call for mobile device and HTTPClient call for web browser. I am doing it in my localhost.
I expect that if it is working with cordova emulate browser then it must be working with android device
9 times out of ten this is because you haven't used https for the API feed.
http is disabled on android since a while back, unless you set up special security rules.
The rest of the time it's a CORS issue.

Webview error using Readium 2 for android

I'm trying to use readium 2 library for my android project. I cloned r2-workspace-kotlin repo. I launched the app on some of my test devices. I noticed that on one device the app is unable to render some pages. Instead of what should be a page of the book I get a page saying Webpage not available. The device is running android 7.1.2 but it's not related to android version as I tested the app on emulator running the same version and it worked. Anyone has any ideas how to fix it?

Phonegap build cli 5.2.0 - camera works either in android or ios but not in both

I have camera function in ionic application and I am using phonegap build to publish app for ios and android.
My problem is - when I upload code from windows and build app for android and ios on phonegap, camera only works in android but not in ios. And when I upload code from mac and build app for android and ios on phonegap, camera only works in ios but not in android. On camera function, no error thrown.
When I debugged app on android using adb plugin, on app start it shows message "deviceready has not fired after 5 seconds" in console.
Any suggestion or help will be appreciated.
Thanks in advance!

CrossWalk / Cordova build in INTEL XDK gives parsing error on older android OS releases

I'm wanting to us the CrossWalk build with INTEL XDK. It builds fine and runs great on my android phones, but I'm using 4.2.
When I had users try it, any of those using 2.3.6 android releases would have a "parsing error" when they tried to install it.
According to a forum from Crosswalk where someone asked this question the answer was: Crosswalk supports android 2.3.6 through current versions - if you have a problem on an earlier version it is due to a bug in your software. However I have scoured the code & can't find any error.
The same code for the app runs using the cordova build options on all the versions, it's just crosswalk is clearly faster.
Does anyone have any thoughts on possible types of "coding errors" that could cause this -- if this is what is going on? I don't get errors via the chrome js debugger or jslint.
Thanks ;)

Android Emulator does not view my index.html with PhoneGap

I am trying to run the sample (or any) application with phonegap in android emulator. I followed all the instructions in the PhoneGap's manual, but instead of the contents of index.html, an ordinary android activity starts. I am using phonegap version 1-2-0 and android emulator with target api 8 (android 2.2). What am I doing wrong? Thanks.
This is very hard to answer without some more info. I have managed to get phonegap running on the emulator and my phone fairly recently so it works.
Have you tried MDS applaud ? (It's a plugin for eclipse.)
http://www.mobiledevelopersolutions.com/home/start

Categories

Resources