We are developing hybrid mobile application using IBM Worklight 7.1. In this application we want to add local notification plugin, In android environment we successfully added, Now we are trying to add local notification plugin in windows phone silver light Environment.
Using below link we are going to add local notification plugin in windows phone silver light Adding Local notification plugin in windows phone silver light
In that link they provided .js files for native windows Environment, according to my knowledge .js files used for only windows Environment not for windows phone silver light. I need .cs files for the local notification plugin to add in windows phone silver light native Environment. Can any one provide us .cs file for the local notification Plugin and need steps for how to add .cs file in windows phone silver light.
Your best bet would be to follow the integration suggestion as described in this blog post: https://mobilefirstplatform.ibmcloud.com/blog/2015/08/03/integrating-3rd-party-cordova-plug-ins/
Or maybe implement one of your own: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/adding-native-functionality/windows-phone-8-adding-native-functionality-hybrid-application-apache-cordova-plugin/
If this does not work (and also take into account the notes and issues), my suggestion would be to try with MobileFirst Foundation 8.0, which provides full support for Codrova apps (you create a standard Cordova app, and MobileFirst SDK is a Cordova plug-in). This removes any hurdles you have encountered thus far and will enable you to use Cordova plug-man and other solutions.