<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Shephertz Community - Recent questions and answers in C#</title>
<link>http://forum.shephertz.com/?qa=qa/products/app42-cloud-api-baas/c%23</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: How to format a collection in json and save using the storage service</title>
<link>http://forum.shephertz.com/?qa=11484/how-format-collection-json-and-save-using-the-storage-service&amp;show=11485#a11485</link>
<description>&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;Hi Romain,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;Greetings!!!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;Please use the below format for saving the JSON document in the App42 and let us know if the issue still continues. We will be happy to help you.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;{ &quot;results&quot;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;[{&quot;id&quot;:1,&quot;name&quot;:&quot;Bitcoin&quot;,&quot;symbol&quot;:&quot;BTC&quot;,&quot;slug&quot;:&quot;bitcoin&quot;,&quot;circulating_supply&quot;:&quot;17817825&quot;,&quot;total_supply&quot;:&quot;17817825&quot;,&quot;max_supply&quot;:&quot;21000000&quot;,&quot;date_added&quot;:&quot;2013-04-28T00:00:00Z&quot;,&quot;cmc_rank&quot;:1,&quot;price_usd&quot;:10671.0584356,&quot;price_btc&quot;:1.0,&quot;volume_24h&quot;:23185304866.5182,&quot;percent_change_1h&quot;:1.57316,&quot;percent_change_24h&quot;:-3.85315,&quot;percent_change_7d&quot;:-6.54577,&quot;market_cap&quot;:190135051770.29456,&quot;last_updated&quot;:&quot;2019-07-14T21:13:30Z&quot;},{&quot;id&quot;:1027,&quot;name&quot;:&quot;Ethereum&quot;,&quot;symbol&quot;:&quot;ETH&quot;,&quot;slug&quot;:&quot;ethereum&quot;,&quot;circulating_supply&quot;:&quot;106899675.5615&quot;,&quot;total_supply&quot;:&quot;106899675.5615&quot;,&quot;max_supply&quot;:null,&quot;date_added&quot;:&quot;2015-08-07T00:00:00Z&quot;,&quot;cmc_rank&quot;:2,&quot;price_usd&quot;:238.58230671,&quot;price_btc&quot;:0.022357885878879574,&quot;volume_24h&quot;:8582925524.28892,&quot;percent_change_1h&quot;:1.12083,&quot;percent_change_24h&quot;:-10.1693,&quot;percent_change_7d&quot;:-21.368,&quot;market_cap&quot;:25504371182.013287,&quot;last_updated&quot;:&quot;2019-07-14T21:13:19Z&quot;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;] }&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;Regards,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;Priyanka Singh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;App42 Team&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>C#</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11484/how-format-collection-json-and-save-using-the-storage-service&amp;show=11485#a11485</guid>
<pubDate>Mon, 15 Jul 2019 08:16:43 +0000</pubDate>
</item>
<item>
<title>Answered: Effective way to edit all user's scores</title>
<link>http://forum.shephertz.com/?qa=10439/effective-way-to-edit-all-users-scores&amp;show=10440#a10440</link>
<description>Hi Douyang,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
You can create multiple leader-board inside AppHQ Management Console, means according to date you can create one leaderboard and save entries into it. It will help you to maintain daily leaderboard in the easy manner. Also, in the month end, you can delete first fifteen days leaderboard from the database. &lt;br /&gt;
&lt;br /&gt;
Note: As of now, we have no such plan to release the deleteGame API. You can delete it through dashboard only.&lt;br /&gt;
&lt;br /&gt;
P.S I am adding your request to our development team to take a look at deleteGame functionality. If it is possible to release the API, then I will update you regarding the release timeline. &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Himanshu Sharma</description>
<category>C#</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10439/effective-way-to-edit-all-users-scores&amp;show=10440#a10440</guid>
<pubDate>Mon, 24 Apr 2017 05:28:04 +0000</pubDate>
</item>
<item>
<title>Answered: Best approach for resetting daily leaderboard</title>
<link>http://forum.shephertz.com/?qa=10426/best-approach-for-resetting-daily-leaderboard&amp;show=10431#a10431</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
You can use editScore API from the client side which can be triggered with latest score. It will modify the existing score for the user.&lt;br /&gt;
&lt;br /&gt;
Please let me know if you have any further queries, I will be happy to help you.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>C#</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10426/best-approach-for-resetting-daily-leaderboard&amp;show=10431#a10431</guid>
<pubDate>Thu, 20 Apr 2017 07:16:45 +0000</pubDate>
</item>
<item>
<title>Answered: Error while calling the &quot;Store Device Token&quot; in Push Notification Service</title>
<link>http://forum.shephertz.com/?qa=10228/error-while-calling-store-device-token-notification-service&amp;show=10230#a10230</link>
<description>&lt;p&gt;
	Hi Augustine,&lt;/p&gt;
&lt;p&gt;
	Greetings from &lt;strong&gt;ShepHertz&lt;/strong&gt;!!!!&lt;/p&gt;
&lt;p&gt;
	Such kind of exception occurs while data parsing. You are fetching a boolean variable from String type of object.&lt;/p&gt;
&lt;p&gt;
	Will you please share the complete details on which you are getting such error either at local or while parsing data from server side. It will help us to trace the exact problem you are facing.&lt;/p&gt;
&lt;p&gt;
	:Let me know the details.&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Thanks&lt;/p&gt;
&lt;p&gt;
	Vishnu Garg&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>C#</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10228/error-while-calling-store-device-token-notification-service&amp;show=10230#a10230</guid>
<pubDate>Wed, 22 Feb 2017 08:38:45 +0000</pubDate>
</item>
</channel>
</rss>