Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting warning when submitting watchOS 2 app

Tags:

xcode

ios

I have an app in the Appstore released back in April of 2015 where I had watchkit 1.0 extension.

Now after upgrading I get the following warning when submitting my new updated version of my app that has watchkit 2.0 extension code etc.

enter image description here

The thing is I have no interest in supporting both Watchkit 1.0 and 2.0. Is this a warning that will show up for couple of months and then go away or is there something I can do in my info.plist files to fix it?

I also got this wonderful email.

Dear developer,

We have discovered one or more issues with your recent delivery for "XXX". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

WatchKit 1.0 - Your previous version used an extension for Apple Watch but your current version doesn’t. Users who haven’t updated their Apple Watch to watchOS 2 or later may lose access to their Apple Watch extension.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team

like image 278
Sam B Avatar asked Nov 10 '15 21:11

Sam B


People also ask

Why do I keep getting a notification to update my Apple Watch?

Answer: A: If the watch is paired to your iPhone you will get notification for available updates. To stop the notifications you can unpair, or power up the watch and apply the update if you intend to use it again in the future.

Why is my Apple Watch sending me notifications?

If your iPhone is locked or asleep, you get notifications on your Apple Watch, unless your Apple Watch is locked. Some apps, such as the Noise app, are only on your Apple Watch. Notifications for these apps don't appear on your iPhone.

Why are my Apple Watch apps not installing?

While a poor internet connection is the main reason why apps often fail to install on Apple Watch, there are other bottlenecks that you need to keep in mind. Incompatibility, cluttered storage, and miscellaneous software glitches are also responsible for the app installation issue on your watchOS issue.


1 Answers

This is just a warning. The binary will get completed which you can submit for review. Apple reviewers also don't make a fuss about it and your app will get approved. Its more like a FYI warning.

like image 117
Sam B Avatar answered Sep 22 '22 20:09

Sam B