This is a migrated thread and some comments may be shown as answers.

Telerik plugin/pushwoosh on http://plugins.telerik.com/

1 Answer 43 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jhon
Top achievements
Rank 1
Jhon asked on 10 Sep 2014, 03:08 PM
Bug is here

Hi Team,

I am trying to implement the telerik plugins which is here on http://plugins.telerik.com/plugin/pushwoosh.

I am using VS2013 with appbuilder extension.

Installed pushwoosh plugins steps involves below steps.

1. downloaded the plugings from http://plugins.telerik.com/plugin/pushwoosh

2. then right click on plugins import plugins.

3. I confirmed it got added inside plugins.

now I have JS file  which I am calling just after cordova inside html file.
          <link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.common.min.css" rel="stylesheet" />    <link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.default.min.css" rel="stylesheet" />    <link href="kendo/styles/kendo.mobile.all.min.css" rel="stylesheet" />    <link href="styles/main.css" rel="stylesheet" />    <script src="cordova.js"></script>    <script src="kendo/js/jquery.min.js"></script>    <script src="scripts/PUSHTEST.js"></script>
I have attached JS file for your reference when I build app package of IOS it works fine. but when I build andriod trried to install on Andriod 4.2.1 its says there was a problem in parsing the file.

Could you please let me know what I can do it for this?

I confirm I have not chages any plugin.xml fie any andriod xml is as below.

<?xml version="1.0" encoding="utf-8"?><manifest android:versionCode="$AndroidVersionCode$"                       android:versionName="$BundleVersion$"                    package="$AppIdentifier$"                    android:windowSoftInputMode="adjustPan"                    android:hardwareAccelerated="$AndroidHardwareAcceleration$"                    xmlns:android="http://schemas.android.com/apk/res/android" >        <supports-screens                android:largeScreens="true"                android:normalScreens="true"                android:smallScreens="true"                android:xlargeScreens="true"                android:resizeable="true"                android:anyDensity="true"                />         <application android:label="@string/app_name"                                 android:icon="@drawable/icon"                                 android:hardwareAccelerated="$AndroidHardwareAcceleration$">                <activity android:label="@string/app_name"                    android:name=".TelerikCallbackActivity"                    android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"                    android:launchMode="standard"                                    android:theme="@android:style/Theme.Black.NoTitleBar" >                        <intent-filter>                                <action android:name="android.intent.action.MAIN" />                                <category android:name="android.intent.category.LAUNCHER" />                        </intent-filter>                </activity>        </application>        <uses-sdk android:minSdkVersion="8" /></manifest><?xml version="1.0" encoding="utf-8"?><cordova>  <access origin="*"/>    <access origin="http://127.0.0.1*"/>  allow local pages     <content src="index.html" />     <log level="DEBUG"/>    <preference name="useBrowserHistory" value="true" />    <preference name="exit-on-suspend" value="false" />     <!-- For projects that target Apache Cordova 3.0.0 only, this <feature></feature> block ensures that button events and App plugin-related functionality will work as expected. -->    <feature name="App">        <param name="android-package" value="org.apache.cordova.App" />    </feature>     <!-- For projects that target Apache Cordova 3.0 and later, comment out or delete the <plugins></plugins> block and its contents. -->    <plugins>        <plugin name="App" value="org.apache.cordova.App"/>        <plugin name="Geolocation" value="org.apache.cordova.GeoBroker"/>        <plugin name="Device" value="org.apache.cordova.Device"/>        <plugin name="Accelerometer" value="org.apache.cordova.AccelListener"/>        <plugin name="Compass" value="org.apache.cordova.CompassListener"/>        <plugin name="Media" value="org.apache.cordova.AudioHandler"/>        <plugin name="Camera" value="org.apache.cordova.CameraLauncher"/>        <plugin name="Contacts" value="org.apache.cordova.ContactManager"/>        <plugin name="File" value="org.apache.cordova.FileUtils"/>        <plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager"/>        <plugin name="Notification" value="org.apache.cordova.Notification"/>        <plugin name="Storage" value="org.apache.cordova.Storage"/>        <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/>        <plugin name="Capture" value="org.apache.cordova.Capture"/>        <plugin name="Battery" value="org.apache.cordova.BatteryListener"/>        <plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>        <plugin name="Echo" value="org.apache.cordova.Echo" />        <plugin name="Globalization" value="org.apache.cordova.Globalization"/>        <plugin name="InAppBrowser" value="org.apache.cordova.InAppBrowser"/>    </plugins></cordova>

I tried to set this <uses-sdk android:minSdkVersion="8" /> to 11 this also gave me same error.

Could you please help me out.

Thanks,

Vivek.


1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 15 Sep 2014, 03:48 PM
Hi Vivek,

I updated the other thread with more information. I think it will be best to keep the communication in it for consistency.

Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Report a bug
Asked by
Jhon
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or