Skip to content

ASP .NET Web API Server + Cordova Client for implementing GCM (Web API, Angular, JavaScript, Bootstrap, CSS, Cordova, PushSharp, phonegap-plugin-push)

Notifications You must be signed in to change notification settings

vadimkorr/NotificationsTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation (Issues and Solutions)

##Client **~~~~~ 1. Installing Cordova project ~~~~~**

Issue:

[INSTALL_FAILED_CONFLICTING_PROVIDER]

Solution:

Add the following to build.gradle:

android {
   defaultConfig {
      applicationId "io.cordova.pushtester"
   }

##Server **~~~~~ 2. NewtonsoftJson FileLoadException ~~~~~**

Issue:

IMG

Solution:

In Web.config file change from oldVersion="0.0.0.0-6.0.0.0" to oldVersion="0.0.0.0-7.0.0.0"

<dependentAssembly>
      <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
      <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>

About

ASP .NET Web API Server + Cordova Client for implementing GCM (Web API, Angular, JavaScript, Bootstrap, CSS, Cordova, PushSharp, phonegap-plugin-push)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published