﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Crosslight iTunes Connect Warning</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-iTunes-Connect-Warning/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Crosslight iTunes Connect Warning</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-iTunes-Connect-Warning/</link><pubDate>Wed, 25 Mar 2015 02:04:21 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Sorry for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;There might be push notification related code somewhere in the project. You can try to look for this code and remove it to avoid the warning.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;However, as this warning doesn't prevent your app from being approved in the App store - if you can't find the code which cause this warning, you can leave it this way.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please feel free to let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight iTunes Connect Warning</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-iTunes-Connect-Warning/</link><pubDate>Tue, 24 Mar 2015 16:44:21 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Any news?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight iTunes Connect Warning</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-iTunes-Connect-Warning/</link><pubDate>Fri, 20 Mar 2015 14:57:43 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Support,&lt;/p&gt;&lt;p&gt;it is quite some time ago when I posted the above question.&lt;/p&gt;&lt;p&gt;I never tried to change something in my iOS projects to suppress this iTunes warning until today.&lt;/p&gt;&lt;p&gt;Today, I wanted to eliminate these warnings from all my projects. Looking at the provided solution, I have to say this does not work. I have exactly the same code in my iOS projects in the AppDelegate.cs but I still receive the iTunes warning every time I submit an app.&lt;/p&gt;&lt;p&gt;I am using iOS unified API. Please, provide a solution that really solves the problem.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight iTunes Connect Warning</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-iTunes-Connect-Warning/</link><pubDate>Mon, 29 Sep 2014 04:29:01 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the question.&lt;br&gt;&lt;br&gt;In your iOS project there is file named ‘AppDelegate.cs’.&lt;br&gt;In that file, you simply modify the inherit AppDelegate class from ‘UIPushAppDelegate’ to ‘UIAppDelegate’.&lt;br&gt;Here’s the snippet code example after apply the changes in ‘AppDelegate.cs’ file:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;[Register ("AppDelegate")]public partial class AppDelegate : IntersoftCore.UIApplicationDelegate
{
 protected override UIViewController WrapRootViewController(UIViewController contentViewController)
 {
  if (contentViewController is UISplitViewController || contentViewController is UITabBarController)
   return contentViewController;

  return new UINavigationController(contentViewController);
 }
}&lt;/pre&gt;&lt;p&gt;I apologize for any inconvenience this problem may have caused you.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight iTunes Connect Warning</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-iTunes-Connect-Warning/</link><pubDate>Fri, 26 Sep 2014 15:07:40 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Hello Crosslight Support,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I just submitted an app to iTunes Connect. After submission I received an email with a warning: &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family: "MS PGothic","sans-serif"; mso-bidi-font-family: "MS PGothic"; mso-fareast-language: JA; mso-ansi-language: DE-CH; mso-bidi-language: AR-SA;'&gt;&lt;span style="font-size: 10pt;"&gt;Missing Push
Notification Entitlement - &lt;span style='font-family: "MS PGothic","sans-serif"; mso-bidi-font-family: "MS PGothic"; mso-fareast-language: JA; mso-ansi-language: DE-CH; mso-bidi-language: AR-SA;'&gt;Your app appears to include API used to register
with the Apple Push Notification service, but the app signature's entitlements
do not include the "aps-environment" entitlement. If your app uses
the Apple Push Notification service, make sure your App ID is enabled for Push
Notification in the Provisioning Portal, and resubmit after signing your app
with a Distribution provisioning profile that includes the
"aps-environment" entitlement. See "Provisioning and
Development" in the &lt;a href="#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html"&gt;&lt;span color="#0000ff"&gt;Local
and Push Notification Programming Guide&lt;/span&gt;&lt;/a&gt; for more information. If your app
does not use the Apple Push Notification service, no action is required. You
may remove the API from future submissions to stop this warning. If you use a
third-party framework, you may need to contact the developer for information on
removing the API. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family: "MS PGothic","sans-serif"; mso-bidi-font-family: "MS PGothic"; mso-fareast-language: JA; mso-ansi-language: DE-CH; mso-bidi-language: AR-SA;'&gt;&lt;span style="font-size: 10pt;"&gt;I don't use push notifications in this app. How can I correct this?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family: "MS PGothic","sans-serif"; mso-bidi-font-family: "MS PGothic"; mso-fareast-language: JA; mso-ansi-language: DE-CH; mso-bidi-language: AR-SA;'&gt;&lt;span style="font-size: 10pt;"&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family: "MS PGothic","sans-serif"; font-size: 12pt; mso-bidi-font-family: "MS PGothic"; mso-fareast-language: JA; mso-ansi-language: DE-CH; mso-bidi-language: AR-SA;'&gt;&lt;span style="font-size: 10pt;"&gt;Thomas&lt;/span&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>