Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 7/ iOS 8 backwards compatability #7

Open
wants to merge 168 commits into
base: master
Choose a base branch
from
Open

iOS 7/ iOS 8 backwards compatability #7

wants to merge 168 commits into from

Conversation

jasonhr13
Copy link

Small edit to PushPlugin.m to work with iOS8's new code for registering for remote notifications. Added in conditional code to tell the compiler which piece of code to use for iOS7 and iOS8 so that it is backwards compatible, tested on iOS8 and iOS7 successfully.

bobeast and others added 30 commits December 4, 2012 11:35
Fix apple link.
You need to add android.permission.GET_TASKS. 
Without this permission, the application crashes when it receives PUSH NOTIFICATION.
Archana Naik and others added 30 commits May 1, 2014 22:32
Added server script and readme for Amazon Device Messaging.
…from notification. 2. Message is not downloaded when resumed after hitting hoem button.
… config options from sharedPreferences.

Also, fixes error message not being shown properly.
Adding TryCast method improves readability and decreases the code nesting.
It appears that MPNS opens only one channel per application and defines it by name.
Sometimes the channeluriupdate is called with delay and it looks like the channel has no Uri. Handle this by adding urichangedcallback js function.
Added js error callback to handle errors.
Added error to notify the user if they try to open new channel but already have opened one as this is throwing argument exception.
Extract the js function execution in separate method as it is reused.
If user want to open new channel they have to have the option to close the current one.
Update the error text.
Remove the channel field as it is not necessary.
Add API for showing toast notifications, using the system behaviour.
Expose interface for users to handle raw and toast notifications by js callbacks.
This way they can handle notifications differently than the system
Align correctly tabs.
…vaScript in Cordova Push Notifications Plugin

Added logic for Coldstart support. Client JS can parse this flag.
New nodeJS based server script to test amazon ADM push notification services.
Updating sound file section as e.soundname doesn't work on Fire OS. Probably should test it though.
Added in sound change
Updated README.md and Sample code
Fix Cordova link: thanks for updating the link!
remove condition to test if web view is in loading state
Fix xml validation for plugin.xml - thank you!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.