<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Shephertz Community - Recent questions and answers in Windows</title>
<link>http://forum.shephertz.com/?qa=qa/products/app42-cloud-api-baas/windows</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: App42/CloudApi  Unity3D SDK UWP 10</title>
<link>http://forum.shephertz.com/?qa=10880/app42-cloudapi-unity3d-sdk-uwp-10&amp;show=10881#a10881</link>
<description>Hi Baksarbed,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Could you please let us know the Unity version in which you are trying to build the application? It will help us to provide better support to you.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Himanshu Sharma</description>
<category>Windows</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10880/app42-cloudapi-unity3d-sdk-uwp-10&amp;show=10881#a10881</guid>
<pubDate>Fri, 29 Dec 2017 18:01:21 +0000</pubDate>
</item>
<item>
<title>Answered: UserService fails with an exception</title>
<link>http://forum.shephertz.com/?qa=10116/userservice-fails-with-an-exception&amp;show=10135#a10135</link>
<description>&lt;p&gt;
	Hi and thanks for the reply.&lt;/p&gt;
&lt;p&gt;
	I get the following exception: NullReferenceException&lt;/p&gt;
&lt;p&gt;
	Object Reference not set to an instance of an object&lt;/p&gt;
&lt;p&gt;
	It occurs in the following class:&lt;/p&gt;
&lt;pre class=&quot;brush:csharp;&quot;&gt;
public class DISPATCHER
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private static CoreDispatcher dispatcher;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static void Initialize()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dispatcher = Window.Current.Dispatcher;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static void ExecuteAsync(Action action)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dispatcher.HasThreadAccess)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; action();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =&amp;gt; action());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static void Execute(Action action)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InnerExecute(action).Wait();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private static async Task InnerExecute(Action action)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dispatcher.HasThreadAccess)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; action();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else await dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =&amp;gt; action());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/pre&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	The exception error occurs in:&lt;/p&gt;
&lt;p&gt;
	if (dispatcher.HasThreadAccess)&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Many thanks in advance,&lt;/p&gt;
&lt;p&gt;
	michael&lt;/p&gt;</description>
<category>Windows</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10116/userservice-fails-with-an-exception&amp;show=10135#a10135</guid>
<pubDate>Mon, 30 Jan 2017 21:20:13 +0000</pubDate>
</item>
<item>
<title>Scoreboard service support in the Windows RT SDK?</title>
<link>http://forum.shephertz.com/?qa=10054/scoreboard-service-support-in-the-windows-rt-sdk</link>
<description>The Windows SDK seems to be lagging behind quite a bit.  I'm building (using Monogame) a cross platform game that will be running on Android, Windows 10 and iOS and using the WIndows RT SDK for the UWP version -- I'm missing the scoreboard services.

Is there a REST only model for the scoreboard APIs?

Thanks,

Arik</description>
<category>Windows</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10054/scoreboard-service-support-in-the-windows-rt-sdk</guid>
<pubDate>Sun, 08 Jan 2017 07:04:22 +0000</pubDate>
</item>
<item>
<title>Answered: Absence of strong key signature for App42 SDK v2.1 for WinRT</title>
<link>http://forum.shephertz.com/?qa=9713/absence-of-strong-key-signature-for-app42-sdk-v2-1-for-winrt&amp;show=9716#a9716</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Thanks for sharing the details with us. We have forwarded this to our production team, will update you very soon. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thanks for your support with us. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Himanshu Sharma</description>
<category>Windows</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9713/absence-of-strong-key-signature-for-app42-sdk-v2-1-for-winrt&amp;show=9716#a9716</guid>
<pubDate>Mon, 03 Oct 2016 05:32:56 +0000</pubDate>
</item>
<item>
<title>Answered: No UpdateAvatar or DeleteAvatar in Windows RT version</title>
<link>http://forum.shephertz.com/?qa=8723/no-updateavatar-or-deleteavatar-in-windows-rt-version&amp;show=8747#a8747</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
We apologise for the inconvenience cause which you have, but it is a part of our next release which is on 15th of May. Let me know if it is a road blocker for you. I will ask my team to get it done asap for you. &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Himanshu Sharma</description>
<category>Windows</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=8723/no-updateavatar-or-deleteavatar-in-windows-rt-version&amp;show=8747#a8747</guid>
<pubDate>Tue, 03 May 2016 14:45:57 +0000</pubDate>
</item>
</channel>
</rss>