WP8Форумподсказки

Оценка приложения

#0
5:12, 19 мар 2014

  Platform::String^ productID= Windows::ApplicationModel::Store::CurrentApp::AppId.ToString(); 
  Windows::Foundation::Uri^ uri = ref new Windows::Foundation::Uri( "zune:reviewapp?appid=" + productID ); 
  concurrency::task<bool> launchUriOperation( Windows::System::Launcher::LaunchUriAsync( uri ) ); 
  launchUriOperation.then( [](bool success){} );
WP8Форумподсказки

Тема в архиве.