[Mono-bugs] [Bug 551603] New: Subscribing to APNs push notifications does not work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 30 18:05:58 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=551603
Summary: Subscribing to APNs push notifications does not work
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Blocker
Priority: P5 - None
Component: Tools
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: christian.weyer at thinktecture.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
Subscribing to push notifications does not work. I used a provisioning profile
enabled for dev push notifications.
Code:
UIApplication.SharedApplication.RegisterForRemoteNotificationTypes
(UIRemoteNotificationType.Alert | UIRemoteNotificationType.Badge);
When running the app on the device I get this:
Fri Oct 30 22:38:15 unknown SpringBoard[25] <Warning>: Unable to get
entitlements for client task. Error: Error Domain=NSMachErrorDomain
Code=-536870160 UserInfo=0x2b90c0 "Operation could not be completed. (Mach
error -536870160 - (iokit/common) data was not found)"
Fri Oct 30 22:38:15 unknown SpringBoard[25] <Warning>: No valid
'aps-environment' entitlement string found for application 'iTecTeacher':
(null). Notifications will not be delivered.
I checked the PP in a text editor: it does contain the aps-environment
entitlement...
Steps to reproduce the problem:
1. ...
2. ...
Actual Results:
Subscribing to push notifications fails.
Expected Results:
Subscribing to push notifications should work.
How often does this happen?
Always
Additional Information:
Maybe related to https://bugzilla.novell.com/show_bug.cgi?id=551021 ?
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list