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

Fixed iOS Push Notfication Service #646

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pauljacobv
Copy link

When the apple push notification service is tested, the push notification successfully received when the app is running in the background but when the app is in the foreground the push notification event cannot be triggered, This issue has been fixed and tested.


NSLog(@"selfcallback: %@", self.callback);

NSString *javascriptString = [NSString stringWithFormat:@"notificationReceived('%@')", currentState];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currentState is an undeclared variable is it not?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you manage to work out what currentState should be?

@manpreet-logiciel
Copy link

currentState is an undeclared variable ..where u mentioned currenState variable

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.

4 participants