3

Once I've updated my App, I got a 'warning' message from Certification test:

The app and its associated metadata does not accurately represent its functionality, capabilities, and features.

NOTE: Please update any references to SkyDrive within your app or metadata to "OneDrive (formerly SkyDrive)" by May 31.

But as I've checked I'm already using Live SDK 5.5 and I cannot see Branding.OneDrive.

As I've also checked Core API hadn't changed much (for now).

Does anybody know something about this? Or simply I need a little more patience when new SDK is released?

(I hope it's not too much off-topic)

Community
  • 1
  • 1
Romasz
  • 29,662
  • 13
  • 79
  • 154
  • Do you have any hardcoded string with `Skydrive`? – MarcinJuraszek Apr 03 '14 at 15:18
  • 1
    do you have a menu option, button text etc that mentions SkyDrive? (I ask because my WP app does) - if so see if changing that fixes it. – Kate Gregory Apr 03 '14 at 15:18
  • @MarcinJuraszek @KateGregory There are probably some. I'll change them and see if that helps (with nearest update or beta). In near future new SDK will probably be released with new Branding (I wonder how much time I will have to change it). I wonder also if core API and its reference to `https://apis.live.net/v5.0/me/skydrive?access_token` (and so on) will also change somehow - [sice it's the same for now with onedrive](http://msdn.microsoft.com/en-us/library/live/jj680723.aspx). Thank you. – Romasz Apr 03 '14 at 15:25

1 Answers1

2

Live SDK 5.6 is out now, but none of the code or API references have been removed. This ensures backwards compatibility with existing code written for previous versions of Live SDK. This includes the API paths, which will continue to include the term skydrive.

The store approval process is flagging UI references to Skydrive. If you have strings that are visible to the user that reference Skydrive you should replace them with references to OneDrive and resubmit your app.

Ryan Gregg
  • 2,015
  • 13
  • 16