Adding NokiaMusic SDK to a Windows Phone 7.1 application

Posted by on Jan 2, 2014 in Mobile

With version 3 of the NokiaMusic API (now known as the MixRadio SDK), Nokia decided to drop support for Windows Phone 7. For developers like myself who still use a WP& device as their primary phone this is a problem. Luckily, NuGet is able to help and give access to older versions of the SDK. Simply open the Package Managed Console from Visual Studio and type: Get-Package -ListAvailable -Filter NokiaMusic –AllVersions 1 Get-Package -ListAvailable -Filter NokiaMusic –AllVersions This should provide you with a full historical list of versions Nokia have uploaded to NuGet. Your output should resemble the following: Id                             Version              Description/Release Notes —                             ——-              ————————- NokiaMusic                     1.0.1                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.2                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.3                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.4                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.5                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.6                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.7                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.8                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.0.9                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     1.1.0                The Nokia Music Windows Phone API lets you easily integrate your Windows Phone applicaton with Nokia Music on Nokia Lumia phones. The API offers two levels o… NokiaMusic                     2.0.0                The Nokia Music API lets you easily integrate your Windows Phone or Windows 8 applicaton with Nokia Music. The API offers two levels of integration; the simp… NokiaMusic                     2.1.0                The Nokia Music API lets you easily integrate your Windows Phone or Windows 8 applicaton with Nokia Music. The API offers two levels of integration; the simp… NokiaMusic                     2.2.0                The Nokia Music API lets you easily integrate your Windows Phone or Windows 8 applicaton with Nokia Music. The API offers two levels...

Read More »