App A is pushing a notification to App B like so:
NSDictionary *data = @{
@\"alert\" : @\"Purchase Successful! 1 Remove Ads\",
Do it like this:
NSDictionary *data = @{
@"alert" : @"you daily milk temp",
@"badge" : @"Increment",
@"sound" : @"super.caf"
};
PFPush *pusher = [[PFPush alloc] init];
[pusher setChannels:@[ @"deviceTemperatureReading" ]];
[pusher setData:data];
[pusher sendPushInBackground];
"super.caf" is a sound file