objective c - Parse ios8 User Push Notification Actions -
I have registered the Information Act properly and have confirmed with a call for [[UIApplication shared application] currentUserNotificationSettings] .
I am using pars to collect and send push like this:
NSString * pushmessage = [NSString stringWithFormat: @ "% @ bus directly Asked:% @ ", [[Pfusor CurrentUser] user name], [self. Question objectwork: @ "text"]]; NSDictionary * Data = [Objects and Keywords with NSDictionary Dictionary: Pushmail, @ "Alert", @ "Question Notification", @ "Category", Zero]; PFPush * push = [[PFPush alloc] init]; [Push setAQ: pushkaya]; [Push set data: data]; [Send Send Inboundground]; The information reaches the device, but there are no custom actions available that are registered for the category.
At this time I feel like the parse payload can not properly explain the range? Has anyone given him the chance to work with parse?
EDIT: This is the response received from the current response, giving me information gives me success:
Gt;)}; & Gt; Update: More research, in case anyone else is facing this problem when I get the user input output obtained from the push notification:
{ Aps = {alert = "i straight straight asked: abacquin";}; Category = "QUESTION_CATEGORY";} It seems that the Pars class APS is putting an area outside the container, which is probably a problem.
A bug with pars is opened, they have confirmed that they are still able to manage it Are not ready for He said that when they add new functionality of ios8, then pars.com asked to check the blog for updates.
Comments
Post a Comment