Xamarin Studio 5.3 で APNS に必ず失敗

Xamarin Studio 5.3 の不具合で、以下のコードが必ずエラーになる。

UIRemoteNotificationType notificationTypes = UIRemoteNotificationType.Alert | UIRemoteNotificationType.Badge | UIRemoteNotificationType.Sound;                      
UIApplication.SharedApplication.RegisterForRemoteNotificationTypes(notificationTypes);

Appの有効な“aps-environment”エンタイトルメント文字列が見つかりません

これはXamarinの不具合で、ダウングレードするか、アップデートを待つ必要がある。
Xamarin Studio 5.3 Push Notification error - Xamarin Forums