<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Shephertz Community - Recent questions and answers in Discuss &amp; suggest API</title>
<link>http://forum.shephertz.com/?qa=qa/general/discuss-and-suggest-api</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Appwarp connectWithUsername() error.</title>
<link>http://forum.shephertz.com/?qa=11579/appwarp-connectwithusername-error&amp;show=11618#a11618</link>
<description>&lt;pre class=&quot;lang-java s-code-block&quot; style=&quot;margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: var(--fs-body1); vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; background-color: var(--highlight-bg); border-radius: var(--br-md); --_cb-line-numbers-bg: var(--black-050); color: var(--highlight-color); overflow-wrap: normal;&quot;&gt;
&lt;/pre&gt;
&lt;div&gt;
	import java.util.HashMap;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	import com.greenpipestudios.paradox.gamestate.PlayState;&lt;/div&gt;
&lt;div&gt;
	import com.shephertz.app42.gaming.multiplayer.client.WarpClient;&lt;/div&gt;
&lt;div&gt;
	import com.shephertz.app42.gaming.multiplayer.client.command.WarpResponseResultCode;&lt;/div&gt;
&lt;div&gt;
	import com.shephertz.app42.gaming.multiplayer.client.events.RoomEvent;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	public class WarpController {&lt;/div&gt;
&lt;div&gt;
	&lt;a href=&quot;https://tinyfishing.co&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color:#ffffff;&quot;&gt;&lt;span style=&quot;font-size:8px;&quot;&gt;tiny fishing&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
	private static WarpController instance;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	private boolean showLog = true;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	private final String apiKey = &quot;SHHHHHH!!!&quot;;&lt;/div&gt;
&lt;div&gt;
	private final String secretKey = &quot;SHHHHHH!!!&quot;;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	private WarpClient warpClient;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	public String localUser;&lt;/div&gt;
&lt;div&gt;
	private String roomId;&lt;/div&gt;
&lt;div&gt;
	public int numUsers;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	private boolean isConnected = false;&lt;/div&gt;
&lt;div&gt;
	boolean isUDPEnabled = false;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	private WarpListener warpListener ;&lt;/div&gt;
&lt;div&gt;
	public static final int minUsers = 1;&lt;/div&gt;
&lt;div&gt;
	public static final int maxUsers = 3;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	private int STATE;&lt;/div&gt;
&lt;div&gt;
	// Game state constants&lt;/div&gt;
&lt;div&gt;
	public static final int WAITING = 1;&lt;/div&gt;
&lt;div&gt;
	public static final int STARTED = 2;&lt;/div&gt;
&lt;div&gt;
	public static final int COMPLETED = 3;&lt;/div&gt;
&lt;div&gt;
	public static final int FINISHED = 4;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	// Game completed constants&lt;/div&gt;
&lt;div&gt;
	public static final int GAME_WIN = 5;&lt;/div&gt;
&lt;div&gt;
	public static final int GAME_LOOSE = 6;&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11579/appwarp-connectwithusername-error&amp;show=11618#a11618</guid>
<pubDate>Tue, 05 Sep 2023 03:07:57 +0000</pubDate>
</item>
<item>
<title>Answered: There is little bit delay in onChatReceived, It doesn't synchronise with all connected user of room.</title>
<link>http://forum.shephertz.com/?qa=11190/there-little-onchatreceived-doesnt-synchronise-connected&amp;show=11191#a11191</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
The appwarp messages delivery time depends on many factors which includes the client side network strength, device hardware etc, hence you may observe delay on different devices depending on the network strength available on device and device hardware.&lt;br /&gt;
&lt;br /&gt;
How much delay you are observing and how many users are available in room?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11190/there-little-onchatreceived-doesnt-synchronise-connected&amp;show=11191#a11191</guid>
<pubDate>Fri, 22 Jun 2018 09:19:45 +0000</pubDate>
</item>
<item>
<title>Answered: Modify / Add a new column for Leaderboards + Digits display limit extension</title>
<link>http://forum.shephertz.com/?qa=11027/modify-column-leaderboards-digits-display-limit-extension&amp;show=11033#a11033</link>
<description>Hi Romit,&lt;br /&gt;
&lt;br /&gt;
Our team will be connecting you on your email(romit.dodhiya@gmail.com) shortly to take it forward.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11027/modify-column-leaderboards-digits-display-limit-extension&amp;show=11033#a11033</guid>
<pubDate>Fri, 23 Mar 2018 08:01:58 +0000</pubDate>
</item>
<item>
<title>Answered: Add min / max CCU in the Statistics section</title>
<link>http://forum.shephertz.com/?qa=10995/add-min-max-ccu-in-the-statistics-section&amp;show=10997#a10997</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Thanks for your suggestion.&lt;br /&gt;
&lt;br /&gt;
I am forwarding this to my development team and will update you if it is added in the next release pipeline.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10995/add-min-max-ccu-in-the-statistics-section&amp;show=10997#a10997</guid>
<pubDate>Tue, 27 Feb 2018 17:55:49 +0000</pubDate>
</item>
<item>
<title>Answered: Delete a room after given time</title>
<link>http://forum.shephertz.com/?qa=10957/delete-a-room-after-given-time&amp;show=10959#a10959</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	Using &lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarps2.shephertz.com&quot;&gt;AppWarp S2&lt;/a&gt;, you can achieve this feature as it allows you to customise the server side code as well. AppWarp2 is on-premise solution where you get the server side SDK as well as Client side SDK. You can create your own server project using our SDK and customise the server as per your requirement. If you are already using AppWarpS2 then in the Room Adapter class you can write your logic to delete room after specified time using the delteRoom API.&lt;/p&gt;
&lt;p&gt;
	Let me know if you have any further query, I will be happy to help.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10957/delete-a-room-after-given-time&amp;show=10959#a10959</guid>
<pubDate>Tue, 13 Feb 2018 07:18:17 +0000</pubDate>
</item>
<item>
<title>Answered: SDK for .NET Core</title>
<link>http://forum.shephertz.com/?qa=10790/sdk-for-net-core&amp;show=10791#a10791</link>
<description>Hi Login,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Could you please let us know in which .net framework you are building your application? Because we do support sdk with .net core. Please share the information, it will help us to provide better support to you.&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>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10790/sdk-for-net-core&amp;show=10791#a10791</guid>
<pubDate>Thu, 12 Oct 2017 11:42:03 +0000</pubDate>
</item>
<item>
<title>Answered: Its possible run custom code with python in the App42 Cloud API?</title>
<link>http://forum.shephertz.com/?qa=10782/its-possible-run-custom-code-with-python-the-app42-cloud-api&amp;show=10783#a10783</link>
<description>&lt;p&gt;
	Hello Felipe,&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Greetings!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	As of now, we do provide support for &lt;a href=&quot;http://api.shephertz.com/app42-docs/custom-cloud-service/&quot; rel=&quot;nofollow&quot;&gt;Server Side Custom Code&lt;/a&gt; &lt;strong&gt;only &lt;/strong&gt;in &lt;strong&gt;java&amp;nbsp;&lt;/strong&gt; but you can access that custom code in any language as rest a call.&lt;/p&gt;
&lt;p&gt;
	Please have a look into this &lt;a href=&quot;http://api.shephertz.com/tutorial/Server-Side-Custom-Code/&quot; rel=&quot;nofollow&quot;&gt;tutorial&lt;/a&gt;&amp;nbsp;of server side custom code.&lt;/p&gt;
&lt;p&gt;
	If you have any other queries please do feel free to reach out to us.&lt;/p&gt;
&lt;p&gt;
	We would be happy to help you!&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Priyanka Singh&lt;/p&gt;
&lt;p&gt;
	App42 Team&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10782/its-possible-run-custom-code-with-python-the-app42-cloud-api&amp;show=10783#a10783</guid>
<pubDate>Wed, 04 Oct 2017 06:56:54 +0000</pubDate>
</item>
<item>
<title>Answered: joinRoomWithProperties with given number of users</title>
<link>http://forum.shephertz.com/?qa=10748/joinroomwithproperties-with-given-number-of-users&amp;show=10750#a10750</link>
<description>&lt;p&gt;
	Hi Nejad,&lt;/p&gt;
&lt;p&gt;
	As of now, AppWarp provides &lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarp.shephertz.com/game-development-center/objective-c-api-reference/#getroominrangewithproperties&quot;&gt;getRoomWithPropertiesInRange&lt;/a&gt; API to get rooms based on properties and number of users in the room.&lt;/p&gt;
&lt;p&gt;
	Direct joinRoom method of the same flavour is not available as of now. You can find the room then you call joinRoom&amp;nbsp;API to join.&lt;/p&gt;
&lt;p&gt;
	I hope this will help.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10748/joinroomwithproperties-with-given-number-of-users&amp;show=10750#a10750</guid>
<pubDate>Tue, 12 Sep 2017 07:00:48 +0000</pubDate>
</item>
<item>
<title>Answered: How to re-authentication with appWarp server when got AuthError result code when do connecting?</title>
<link>http://forum.shephertz.com/?qa=10743/authentication-appwarp-server-autherror-result-connecting&amp;show=10745#a10745</link>
<description>Hi Khang Pham Thanh,&lt;br /&gt;
&lt;br /&gt;
Appwarp requires unique user name for each device trying to connect to AppWarp. If one user is already connected a user name, say &amp;quot;Nick&amp;quot;, and another user will try to connect with the same user name then he will be getting auth_error(error code 1). This is the intended behavior of AppWarp to maintain user uniqueness in the game running in real time.&lt;br /&gt;
&lt;br /&gt;
If you are already connected to AppWarp on device-1 and want to connect to AppWarp from device-2 then you have to disconnect first from device-1 then try to connect from device-2 in case of the same user name. &lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10743/authentication-appwarp-server-autherror-result-connecting&amp;show=10745#a10745</guid>
<pubDate>Mon, 11 Sep 2017 09:02:07 +0000</pubDate>
</item>
<item>
<title>Answered: Support for emails with new top-level-domains</title>
<link>http://forum.shephertz.com/?qa=10711/support-for-emails-with-new-top-level-domains&amp;show=10712#a10712</link>
<description>&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;Hello Gal Peric,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;Greetings!!!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;Could you please share the name of SDK on which you are working on and the Email logs which you are getting in log section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;Also, please add us as a collaborator on your application, It will help us to provide better support to you from our end.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;To add us as a collaborator, select App42CloudAPI-&amp;gt;AppManager-&amp;gt;Collaborator-&amp;gt;Add Collaborator and Submit&lt;strong&gt;&amp;nbsp;(collaborator@shephertz.com)&amp;nbsp;&lt;/strong&gt;email as collaborator.&lt;/span&gt;&lt;/p&gt;
&lt;div style=&quot;color: rgb(51, 51, 51); font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 13px; letter-spacing: 0.14px;&quot;&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10711/support-for-emails-with-new-top-level-domains&amp;show=10712#a10712</guid>
<pubDate>Tue, 29 Aug 2017 06:45:45 +0000</pubDate>
</item>
<item>
<title>Answered: What is difference between AppWarp and AppWarpS2</title>
<link>http://forum.shephertz.com/?qa=10698/what-is-difference-between-appwarp-and-appwarps2&amp;show=10703#a10703</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	It explained more clearly in this &lt;a rel=&quot;nofollow&quot; href=&quot;http://blogs.shephertz.com/2014/04/26/when-to-use-multiplayer-cloud-and-on-premise-solution/&quot;&gt;blog&lt;/a&gt;. Please have a look at it and let me know if you have any further query, I will be happy to help.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10698/what-is-difference-between-appwarp-and-appwarps2&amp;show=10703#a10703</guid>
<pubDate>Sat, 26 Aug 2017 07:38:35 +0000</pubDate>
</item>
<item>
<title>Answered: Appwarp accessible in China?</title>
<link>http://forum.shephertz.com/?qa=10523/appwarp-accessible-in-china&amp;show=10527#a10527</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Yes, it is accessibe. Please let me know if you have any query to get started with AppWarp.&lt;br /&gt;
&lt;br /&gt;
I will be happy to help you.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10523/appwarp-accessible-in-china&amp;show=10527#a10527</guid>
<pubDate>Tue, 06 Jun 2017 06:34:30 +0000</pubDate>
</item>
<item>
<title>Answered: GetChannelUsers &quot;can not cast source to destination&quot; ?</title>
<link>http://forum.shephertz.com/?qa=10457/getchannelusers-can-not-cast-source-to-destination&amp;show=10458#a10458</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Could you please share the complete code snippet(API call + success and exception callback methods) which is giving you this error?&lt;br /&gt;
&lt;br /&gt;
It will help us to understand the problem you are facing.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10457/getchannelusers-can-not-cast-source-to-destination&amp;show=10458#a10458</guid>
<pubDate>Fri, 05 May 2017 10:07:29 +0000</pubDate>
</item>
<item>
<title>Answered: Question on which sdk to use for Libgdx</title>
<link>http://forum.shephertz.com/?qa=10195/question-on-which-sdk-to-use-for-libgdx&amp;show=10199#a10199</link>
<description>Hi Kranthi,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Could you please let us know which version of Java SDK you are working on and also what is the exception message you are getting? It will help us to provide better support to you.&lt;br /&gt;
&lt;br /&gt;
P.S There is no such direct SDK available which is compatible with libgdx. You can write us at support@shephertz.com and share your registered email id with us, will be happy to share the source code with you. So that you can build the application and contribute to our developer community to help other developers to build their application. &lt;br /&gt;
&lt;br /&gt;
We are happy to hear from you!&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>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10195/question-on-which-sdk-to-use-for-libgdx&amp;show=10199#a10199</guid>
<pubDate>Sat, 11 Feb 2017 21:46:06 +0000</pubDate>
</item>
<item>
<title>Answered: why does this error appear when i use storage service in iOS latest idk</title>
<link>http://forum.shephertz.com/?qa=10127/why-does-this-error-appear-when-storage-service-ios-latest-idk&amp;show=10133#a10133</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	Could you please share the complete code snippet with which you are getting this exception?&lt;/p&gt;
&lt;p&gt;
	What data you are passing in the API? If possible, enable the SDK internal logs and share the complete xcode console logs with us.&lt;/p&gt;
&lt;p&gt;
	P.S.: To enable SDK internal logs, add the following code just after initialising the App42 API:&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;
	&lt;span class=&quot;s1&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;App42API&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;enableApp42Trace&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;YES&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;];&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;
	Thanks.&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10127/why-does-this-error-appear-when-storage-service-ios-latest-idk&amp;show=10133#a10133</guid>
<pubDate>Mon, 30 Jan 2017 08:14:06 +0000</pubDate>
</item>
<item>
<title>Answered: Problem with latest xcode</title>
<link>http://forum.shephertz.com/?qa=10110/problem-with-latest-xcode&amp;show=10123#a10123</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
We have checked the our iOS SDK with Xcode version 8.2.1 by creating a swift project and it is working fine. Please try removing and adding the SDK again to your project. You can also check the framework path if the project is searching the framework at wrong path.&lt;br /&gt;
&lt;br /&gt;
Let me know if you have any further queries.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10110/problem-with-latest-xcode&amp;show=10123#a10123</guid>
<pubDate>Sat, 28 Jan 2017 08:06:46 +0000</pubDate>
</item>
<item>
<title>Answered: Why didnt you update it for android</title>
<link>http://forum.shephertz.com/?qa=9955/why-didnt-you-update-it-for-android&amp;show=9960#a9960</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	We have already shared the Android SDK with you in &lt;a rel=&quot;nofollow&quot; href=&quot;http://forum.shephertz.com/?qa=9576/why-arent-the-caches-encrypted&quot;&gt;this thread&lt;/a&gt;. Please check and let me know if you have any queries.&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Rajeev&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9955/why-didnt-you-update-it-for-android&amp;show=9960#a9960</guid>
<pubDate>Thu, 15 Dec 2016 07:26:08 +0000</pubDate>
</item>
<item>
<title>Answered: Please fix this cache encryption</title>
<link>http://forum.shephertz.com/?qa=9926/please-fix-this-cache-encryption&amp;show=9933#a9933</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
We already have this in our pipeline but due to some other priority tasks, this is delayed and will be live by coming Monday(12 Dec). Meanwhile, please let me know if you have any other queries, I will be happy to help you.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9926/please-fix-this-cache-encryption&amp;show=9933#a9933</guid>
<pubDate>Tue, 06 Dec 2016 05:36:30 +0000</pubDate>
</item>
<item>
<title>Answered: API for Python?</title>
<link>http://forum.shephertz.com/?qa=9847/api-for-python&amp;show=9850#a9850</link>
<description>&lt;p&gt;
	Hi Kyle,&lt;/p&gt;
&lt;p&gt;
	Apologies for late reply.&lt;/p&gt;
&lt;p&gt;
	We do provide &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.shephertz.com/downloads/download-onpremwarp.php&quot;&gt;SDK source&lt;/a&gt; for C++ which is built to work with Cocos2dx. We have not tested the same for python.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	You can go ahead and download our C++ SDK and give it a try. The SDK uses cURL for creating socket level connectivity between client and server.&lt;/p&gt;
&lt;p&gt;
	Please let me know if you have any further queries.&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Rajeev&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9847/api-for-python&amp;show=9850#a9850</guid>
<pubDate>Thu, 10 Nov 2016 06:16:13 +0000</pubDate>
</item>
<item>
<title>Answered: Find Documents By Location with paging</title>
<link>http://forum.shephertz.com/?qa=9590/find-documents-by-location-with-paging&amp;show=9602#a9602</link>
<description>&lt;div&gt;
	Hi Aaron,&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Please find below code snippet for the same and let me know if you required any other help from our side:&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	String dbName = &quot;&amp;lt;Your_DataBase_Name&amp;gt;&quot;;&lt;/div&gt;
&lt;div&gt;
	String collectionName = &quot;&amp;lt;Your_Collection_Name&amp;gt;&quot;;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	GeoTag gp = new GeoTag();&lt;/div&gt;
&lt;div&gt;
	gp.SetLat(-73.99171);&lt;/div&gt;
&lt;div&gt;
	gp.SetLng(40.738868);&lt;/div&gt;
&lt;div&gt;
	GeoQuery query = QueryBuilder.BuildGeoQuery(gp, GeoOperator.NEAR, new BigDecimal(100));&lt;/div&gt;
&lt;div&gt;
	App42Log.SetDebug(true); //Print output in your editor console&lt;/div&gt;
&lt;div&gt;
	App42API.Initialize(&quot;API_KEY&quot;,&quot;SECRET_KEY&quot;);&lt;/div&gt;
&lt;div&gt;
	StorageService storageService = App42API.BuildStorageService();&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	storageService.SetPageOffset(0); &amp;nbsp;// Based on page index, change the value offset value&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	storageService.SetPageMaxRecords(10);&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	storageService.SetGeoTag(gp);&lt;/div&gt;
&lt;div&gt;
	storageService.FindDocumentsByLocation(dbName, collectionName, query, new UnityCallBack());&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	public class UnityCallBack : App42CallBack&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	public void OnSuccess(object response)&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	Storage storage = (Storage) response;&lt;/div&gt;
&lt;div&gt;
	IList&amp;lt;Storage.JSONDocument&amp;gt; jsonDocList = storage.GetJsonDocList();&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	for(int i=0;i &amp;lt;jsonDocList.Count;i++)&lt;/div&gt;
&lt;div&gt;
	{ &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	App42Log.Console(&quot;objectId is &quot; + jsonDocList[i].GetDocId());&lt;/div&gt;
&lt;div&gt;
	App42Log.Console(&quot;jsonDoc is &quot; + jsonDocList[i].GetJsonDoc());&lt;/div&gt;
&lt;div&gt;
	} &amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	public void OnException(Exception e)&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	App42Log.Console(&quot;Exception : &quot; + e);&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Regards,&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Himanshu Sharma&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9590/find-documents-by-location-with-paging&amp;show=9602#a9602</guid>
<pubDate>Tue, 20 Sep 2016 06:15:33 +0000</pubDate>
</item>
<item>
<title>Answered: Why arent the caches encrypted</title>
<link>http://forum.shephertz.com/?qa=9576/why-arent-the-caches-encrypted&amp;show=9578#a9578</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Could you please let me know which SDK you are using? It will help us to help you in better way.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Rajeev</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9576/why-arent-the-caches-encrypted&amp;show=9578#a9578</guid>
<pubDate>Sun, 11 Sep 2016 07:31:30 +0000</pubDate>
</item>
<item>
<title>Answered: How can i edit multiple json documents from the site</title>
<link>http://forum.shephertz.com/?qa=9444/how-can-i-edit-multiple-json-documents-from-the-site&amp;show=9450#a9450</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	You can find the all docs having that specific key using &lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-docs/nosql-storage-service/?sdk=iOS#find-document-by-key-value&quot;&gt;FindDocumentsByKeyValue&lt;/a&gt; and then update each doc individually using &lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-docs/nosql-storage-service/?sdk=iOS#update-document-by-doc-id-with-json-string&quot;&gt;UpdateDocumentByDocID.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Let me know if you have any further queries.&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Rajeev&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9444/how-can-i-edit-multiple-json-documents-from-the-site&amp;show=9450#a9450</guid>
<pubDate>Fri, 12 Aug 2016 08:23:04 +0000</pubDate>
</item>
<item>
<title>Answered: User management service</title>
<link>http://forum.shephertz.com/?qa=8936/user-management-service&amp;show=8941#a8941</link>
<description>&lt;p&gt;
	Hi Jin,&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Yes, it is possible to get the advance user data in the authenticating function call, &amp;nbsp;the same question is answered in &lt;a rel=&quot;nofollow&quot; href=&quot;http://forum.shephertz.com/?qa=7086/authenticate-and-fetch-additional-data-at-the-same-time&amp;amp;show=7086#q7086&quot;&gt;this&lt;/a&gt; post. Please have a look into it and about your second query, you can update that user data by using the addOrUpdateKey method of Storage service, Please click &lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-docs/nosql-storage-service/#add-or-update-keys-with-json-string&quot;&gt;here&lt;/a&gt; for the code snippet and let me know if you require any other help from my side.&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	I will be happy to assist you!!!&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Himanshu Sharma&amp;nbsp;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=8936/user-management-service&amp;show=8941#a8941</guid>
<pubDate>Tue, 31 May 2016 09:21:48 +0000</pubDate>
</item>
<item>
<title>Answered: WNS (Windows Notifications Service) support in App42 SDK</title>
<link>http://forum.shephertz.com/?qa=6612/wns-windows-notifications-service-support-in-app42-sdk&amp;show=8525#a8525</link>
<description>&lt;p&gt;
	Hi All,&lt;/p&gt;
&lt;p&gt;
	We have added the support of WNS push notification in App42 SDK. Please have a look at &lt;a rel=&quot;nofollow&quot; href=&quot;http://blogs.shephertz.com/2015/08/31/announcing-wns-support-for-push-notification/&quot;&gt;this&lt;/a&gt; link to understand the steps in details and let us know if you require any help from our side.&lt;/p&gt;
&lt;p&gt;
	We are happy to help you!!!&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Himanshu Sharma&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6612/wns-windows-notifications-service-support-in-app42-sdk&amp;show=8525#a8525</guid>
<pubDate>Tue, 05 Apr 2016 07:42:39 +0000</pubDate>
</item>
<item>
<title>Answered: more services together</title>
<link>http://forum.shephertz.com/?qa=7338/more-services-together&amp;show=7341#a7341</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	Yes, You can. App42 and AppWarp, both are separate products and has separate SDKs. If you want to use both the products in your app then you just need to integrate corresponding SDKs and follow the Getting Started Page.&lt;/p&gt;
&lt;p&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarps2.shephertz.com/dev-center/&quot;&gt;AppWarpS2 Dev Center&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-dev.php&quot;&gt;App42 Dev Center.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Let me know if you face any problem while integration.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7338/more-services-together&amp;show=7341#a7341</guid>
<pubDate>Mon, 21 Sep 2015 12:32:36 +0000</pubDate>
</item>
<item>
<title>Answered: Playmaker actions request</title>
<link>http://forum.shephertz.com/?qa=7229/playmaker-actions-request&amp;show=7240#a7240</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
We have recorded your request and will update you the timeline about the same as soon as possible.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7229/playmaker-actions-request&amp;show=7240#a7240</guid>
<pubDate>Wed, 02 Sep 2015 05:27:53 +0000</pubDate>
</item>
<item>
<title>Answered: What metrics is the geodata API using?</title>
<link>http://forum.shephertz.com/?qa=7220/what-metrics-is-the-geodata-api-using&amp;show=7221#a7221</link>
<description>&lt;p&gt;
	Hello Thomas,&lt;/p&gt;
&lt;p&gt;
	Get points with in circle will take radius in kM as a extrenal parameter to find near by records, If you need to find the records based on distance in KM, you can use &lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-docs/geospatial-service/#get-near-by-points-by-max-distance&quot;&gt;getNearByPointByMaxDistance&lt;/a&gt;&amp;nbsp;function. Kindly use this method and let me know if it helps.&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;
&lt;p&gt;
	Himanshu Sharma&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7220/what-metrics-is-the-geodata-api-using&amp;show=7221#a7221</guid>
<pubDate>Fri, 28 Aug 2015 18:02:34 +0000</pubDate>
</item>
<item>
<title>Answered: What metrics is the geodata API using?</title>
<link>http://forum.shephertz.com/?qa=7180/what-metrics-is-the-geodata-api-using&amp;show=7184#a7184</link>
<description>&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;Hi Himanshu,&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;I use the Java SDK version 2.6. The method I'm using is&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;geoService.createGeoPoints(storageName, geoPointsList);&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;for saving and&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;geoService.getPointsWithInCircle(storageName, lat, lng, radiusInKM, resultLimit);&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;for point retrieval.&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; line-height: 18px; background-color: rgb(250, 250, 250);&quot;&gt;Regards, Thomas&lt;/span&gt;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7180/what-metrics-is-the-geodata-api-using&amp;show=7184#a7184</guid>
<pubDate>Tue, 25 Aug 2015 17:05:12 +0000</pubDate>
</item>
<item>
<title>Sessions in AppHQ</title>
<link>http://forum.shephertz.com/?qa=7111/sessions-in-apphq</link>
<description>It would be really good to be able to see all the sessions that are stored on the cloud from AppHQ, all other major Baas's already provide this, e.g. Parse, which has a premade class for sessions.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7111/sessions-in-apphq</guid>
<pubDate>Thu, 20 Aug 2015 12:03:10 +0000</pubDate>
</item>
<item>
<title>Answered: Room's last 100 messages</title>
<link>http://forum.shephertz.com/?qa=7090/rooms-last-100-messages&amp;show=7095#a7095</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
For every message sender is unique. So,only sender can store the message to the cloud. This way, there will be no chance of having duplicate entry in the database.&lt;br /&gt;
&lt;br /&gt;
Let me know if you have any further queries.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7090/rooms-last-100-messages&amp;show=7095#a7095</guid>
<pubDate>Wed, 19 Aug 2015 11:35:16 +0000</pubDate>
</item>
<item>
<title>Answered: Pricing Questions about App42 BaaS</title>
<link>http://forum.shephertz.com/?qa=6896/pricing-questions-about-app42-baas&amp;show=6899#a6899</link>
<description>&lt;div&gt;
	Hello 24explore Team,&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	The Indie plan is only for Indie Devlopers. Once who qualifies for this plan and exceeds the limits, then he must move to a paid subscription. Of course, we don't pause the app till it hits 120% usage. It is applicable for all the plans available.&lt;/div&gt;
&lt;ul&gt;
	&lt;li&gt;
		If the app exceed the limit of storage or bandwidth in any of the paid plans, then you need to move the app to a next higher plan. Once you are in Enterprise plan, we will customize the plan according to your requirement. We do have add-on packages for storage and bandwidth in the Enterprise plan. Thus, you pay for what you use.&lt;/li&gt;
	&lt;li&gt;
		As you are building an app which requires high storage and bandwidth (more than the current limits of Large plan, i.e. 50 GB storage and 50 GB bandwidth), then as mentioned above we offer customized plans according to your requirement under Enterprise plan. You can even opt for Dedicated server (recommended in this case).&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
	If you require more details, please feel free to call me on below number.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Regards,&lt;/div&gt;
&lt;div&gt;
	Amit&lt;/div&gt;
&lt;div&gt;
	+91 94 676 99048&lt;/div&gt;
&lt;div&gt;
	Skype: shephertz&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6896/pricing-questions-about-app42-baas&amp;show=6899#a6899</guid>
<pubDate>Tue, 04 Aug 2015 08:06:33 +0000</pubDate>
</item>
<item>
<title>Answered: Did you stopped development in Cronona SDK?</title>
<link>http://forum.shephertz.com/?qa=6812/did-you-stopped-development-in-cronona-sdk&amp;show=6813#a6813</link>
<description>Hello Swapnil,&lt;br /&gt;
&lt;br /&gt;
Most of the services are already there in the App42 Corona SDK. Let me know which service you are required in the App42 Corona SDK, so that we can plan it for next release.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Himanshu Sharma</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6812/did-you-stopped-development-in-cronona-sdk&amp;show=6813#a6813</guid>
<pubDate>Tue, 28 Jul 2015 10:31:23 +0000</pubDate>
</item>
<item>
<title>Answered: Server returned HTTP response code: 403 for URL</title>
<link>http://forum.shephertz.com/?qa=6786/server-returned-http-response-code-403-for-url&amp;show=6787#a6787</link>
<description>&lt;p&gt;
	Looks like you have space character in your url. Try to encode your URL somethinglike this and it should work fine&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
		&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;HttpURLConnection urlc = (HttpURLConnection) new URL(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;java&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;net&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(43, 145, 175); background-color: rgb(238, 238, 238);&quot;&gt;URLEncoder&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;encode&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit; font-size: 13px; margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238);&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;).openConnection();&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;Let me know if it helps.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;Ajay&lt;/span&gt;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6786/server-returned-http-response-code-403-for-url&amp;show=6787#a6787</guid>
<pubDate>Fri, 24 Jul 2015 05:58:28 +0000</pubDate>
</item>
<item>
<title>Answered: Can App42 consider a api for Stencyl</title>
<link>http://forum.shephertz.com/?qa=6767/can-app42-consider-a-api-for-stencyl&amp;show=6776#a6776</link>
<description>Hi Kfn,&lt;br /&gt;
&lt;br /&gt;
Thanks for showing interest in App42 Cloud API.&lt;br /&gt;
&lt;br /&gt;
We have recorded your request. We will consider Stencyl support as per the number of requests we will receive from the community.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6767/can-app42-consider-a-api-for-stencyl&amp;show=6776#a6776</guid>
<pubDate>Wed, 22 Jul 2015 14:19:04 +0000</pubDate>
</item>
<item>
<title>Intergrate Cocos2d-js</title>
<link>http://forum.shephertz.com/?qa=6494/intergrate-cocos2d-js</link>
<description>Hi team, I try to use Javascript App42 in Cocos2d-js. But the game only run on web platform, can't run on mobile platform. I know App42 already supported for Cocos2d-x with C++. With Cocos2d-js , developer only write once and publish to web, iOS, Android,Windows Phone. I think many developers will choose Cocos2d-js to make his game. Can you support Cocos2d-js that can run on mobile (iOS, Android, Windows Phone) Thanks and Best Regard.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6494/intergrate-cocos2d-js</guid>
<pubDate>Sat, 06 Jun 2015 08:52:07 +0000</pubDate>
</item>
<item>
<title>Can we do Monsters &amp; Non Playable Characters in game using AppWarp?</title>
<link>http://forum.shephertz.com/?qa=6493/can-do-monsters-non-playable-characters-game-using-appwarp</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
In certain online game there are monsters to kill and gain experience to level up the playable character&lt;br /&gt;
&lt;br /&gt;
Also there are certain type of non playable character that may interact with the playable character for quests or buy/sell ingame loots.&lt;br /&gt;
&lt;br /&gt;
Can we do it with AppWarp? Which API?&lt;br /&gt;
&lt;br /&gt;
Thankyou.&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
I got it =) &lt;a href=&quot;http://appwarps2.shephertz.com/dev-center/samples/space-warfare/&quot; rel=&quot;nofollow&quot;&gt;http://appwarps2.shephertz.com/dev-center/samples/space-warfare/&lt;/a&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6493/can-do-monsters-non-playable-characters-game-using-appwarp</guid>
<pubDate>Sat, 06 Jun 2015 08:46:54 +0000</pubDate>
</item>
<item>
<title>Answered: Option to rename database in AppHQ Console</title>
<link>http://forum.shephertz.com/?qa=6116/option-to-rename-database-in-apphq-console&amp;show=6388#a6388</link>
<description>This feature is available now to use with our new UI. Go to dashboard &amp;gt; Storage &amp;gt; JSON &amp;gt; Select your DB and click on Rename option.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6116/option-to-rename-database-in-apphq-console&amp;show=6388#a6388</guid>
<pubDate>Thu, 21 May 2015 10:05:08 +0000</pubDate>
</item>
<item>
<title>Answered: Confused about your products</title>
<link>http://forum.shephertz.com/?qa=6054/confused-about-your-products&amp;show=6058#a6058</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	We have different products for different types of Developers.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		App42 Cloud API - App42 cloud API is a Backend as a Service(BaaS). It can be used as a backend for your application. It includes all the common features required in your application/game like User management, Leaderboard, Storage, etc. So you don't have to write or manatain your own server.&lt;br&gt;
		&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;
		AppWarp - AppWarp is also a BaaS but unlike App42 which is HTTP based, AppWarp is TCP/UDP/WebSocket based i.e. AppWarp is suitable for real time applications like multiplayer games.&lt;br&gt;
		&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;
		AppWarp S2 - Many multiplayer games require features like authorative server, anti-cheating, on-premise, etc which need game specific code to be written on server side. Hence AppWarp S2 was created for such type of developers.&lt;br&gt;
		&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;
		App42 PaaS - Some times, you need to write your own server side code instead of using BaaS. Traditional hosting fails to host Java, Python, Node.js, etc applications. Hence App42 PaaS was created to let developers write there own server side code in language of there choice but do not worry about server.&lt;br&gt;
		&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;
		BPaaS &amp;amp; GPaaS - &amp;nbsp;AppWarp S2 is an on-premise solution, therefore developers also need to host it somewhere. GPaaS is extension of our App42 Paas that can be used for hosting AppWarp S2 servers. BPaaS is an enterprise solution where developer can get there own private instance of our App42 cloud API server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&amp;nbsp;I hope your confusion will be solved now.&lt;/p&gt;
&lt;p&gt;
	Regarding your 2nd question, it just a visual effect made to let game developers focus on only gaming APIs. But you are not limited in any way. You can use any API of App42 cloud service.&lt;/p&gt;
&lt;p&gt;
	Thanks&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6054/confused-about-your-products&amp;show=6058#a6058</guid>
<pubDate>Tue, 07 Apr 2015 06:04:04 +0000</pubDate>
</item>
<item>
<title>Answered: Is the AppWarp dll ready for Feb. 1st 2015 iOS 64-bit builds?</title>
<link>http://forum.shephertz.com/?qa=5232/is-the-appwarp-dll-ready-for-feb-1st-2015-ios-64-bit-builds&amp;show=6030#a6030</link>
<description>&lt;div style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	&lt;p style=&quot;margin-top: 0px;&quot;&gt;
		Hello Huffman,&lt;/p&gt;
	&lt;p style=&quot;margin-top: 0px;&quot;&gt;
		Thanks for your patience. we are releasing App42 Unity SDK&amp;nbsp;4.0&amp;nbsp;beta version which is compatible for Unity5 patch2 and above version&amp;nbsp;for following build and can be downloaded from&lt;a href=&quot;https://github.com/shephertz/App42_Unity3D_SDK/tree/master/4.0%20Beta&quot; rel=&quot;nofollow&quot; style=&quot;text-decoration: none; color: rgb(42, 169, 224);&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;ul style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	&lt;li&gt;
		Unity Web Player&lt;/li&gt;
	&lt;li&gt;
		Android&lt;/li&gt;
	&lt;li&gt;
		iOS (Mono) &amp;amp; iOS (IL2CPP)&lt;/li&gt;
	&lt;li&gt;
		Desktop Standalone app&lt;/li&gt;
	&lt;li&gt;
		Window Phone&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	Since Unity 5 still has&amp;nbsp;&lt;a href=&quot;http://forum.unity3d.com/threads/unity-5-parse-ios-nsurlerrordomain-error-1012.308569/#post-2040771&quot; rel=&quot;nofollow&quot; style=&quot;text-decoration: none; color: rgb(42, 169, 224);&quot;&gt;issue&lt;/a&gt;&amp;nbsp;with HTTPS &amp;nbsp;on iOS build, you have to point your build to use our HTTP interface instead of HTTPS as shown below. You have to just set this after App42 API initialize:&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	App42API.SetBaseURL (&quot;&lt;a href=&quot;http://ns.api.shephertz.com/cloud/&quot; rel=&quot;nofollow&quot; style=&quot;text-decoration: none; color: rgb(42, 169, 224);&quot; target=&quot;_blank&quot;&gt;http://ns.api.shephertz.com/cloud/&lt;/a&gt;&quot;);&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	Please see our&amp;nbsp;&lt;a href=&quot;https://github.com/shephertz/App42_Unity3D_SDK/blob/master/Change%20Log.md&quot; rel=&quot;nofollow&quot; style=&quot;text-decoration: none; color: rgb(42, 169, 224);&quot;&gt;change log&lt;/a&gt;&amp;nbsp;for detail information about feature and bug fixes.&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	Thanks,&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 23.3333339691162px;&quot;&gt;
	Himanshu Sharma&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=5232/is-the-appwarp-dll-ready-for-feb-1st-2015-ios-64-bit-builds&amp;show=6030#a6030</guid>
<pubDate>Fri, 03 Apr 2015 08:46:41 +0000</pubDate>
</item>
<item>
<title>Answered: Change User/Profile elements in App42 Dashboard</title>
<link>http://forum.shephertz.com/?qa=5467/change-user-profile-elements-in-app42-dashboard&amp;show=5469#a5469</link>
<description>&lt;p&gt;
	&lt;span style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;Hello Cetin,&lt;/span&gt;&lt;/p&gt;
&lt;div style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;
	&lt;span style=&quot;font-size: 12.8000001907349px;&quot;&gt;Thanks for your valuable feedback. As of now ,you can only update the extra data of player through dashboard. We are already working on to revamp our UI and its experience and it will include all the editing part in it. New UI will be available by end of this quarter and will include all requested features.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;Still, if you think that this is show stopper in considering App42 for your system, we will do it on priority for your specific requirement for updation.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;
	Thanks,&lt;/div&gt;
&lt;div style=&quot;font-family: arial, sans-serif; font-size: 12.8000001907349px;&quot;&gt;
	Himanshu Sharma&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=5467/change-user-profile-elements-in-app42-dashboard&amp;show=5469#a5469</guid>
<pubDate>Thu, 12 Feb 2015 18:24:02 +0000</pubDate>
</item>
<item>
<title>Answered: Rename username or delete leaderboard entry</title>
<link>http://forum.shephertz.com/?qa=5313/rename-username-or-delete-leaderboard-entry&amp;show=5314#a5314</link>
<description>&lt;p&gt;
	Hello Eric,&lt;/p&gt;
&lt;div&gt;
	&lt;p&gt;
		This feature is directly not available to use however you can do a workaround of editing the username by creating new entry in the leaderboard, at the same time you can update old username score with -1 or 0 score. This will enable old score to not appear in the leaderboard.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
	&lt;p&gt;
		Let me know if it helps.&lt;/p&gt;
	&lt;p&gt;
		HImanshu Sharma&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=5313/rename-username-or-delete-leaderboard-entry&amp;show=5314#a5314</guid>
<pubDate>Mon, 02 Feb 2015 12:32:06 +0000</pubDate>
</item>
<item>
<title>Answered: Max Number of Buddies</title>
<link>http://forum.shephertz.com/?qa=5177/max-number-of-buddies&amp;show=5179#a5179</link>
<description>Currently there is no hard limit on number of buddies. However we are planning to have this limit on place to 2K in near future for non enterprise costomers. &lt;br /&gt;
&lt;br /&gt;
Let me know if it makes sense.</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=5177/max-number-of-buddies&amp;show=5179#a5179</guid>
<pubDate>Sun, 18 Jan 2015 13:33:25 +0000</pubDate>
</item>
<item>
<title>Answered: LeaderBoard Service need getLastScoreByGroup</title>
<link>http://forum.shephertz.com/?qa=4217/leaderboard-service-need-getlastscorebygroup&amp;show=4231#a4231</link>
<description>&lt;p style=&quot;color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif; background: rgb(255, 240, 245);&quot;&gt;Hello Bob,&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif; color: black; background: rgb(255, 240, 245);&quot;&gt;Thanks for your suggesstion. Right now,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: Arial, sans-serif; color: black; background: rgb(255, 240, 245);&quot;&gt;we&amp;nbsp;don’t&amp;nbsp;have&amp;nbsp;any plan for this however&amp;nbsp;we&amp;nbsp;have&amp;nbsp;recorded&amp;nbsp;your&amp;nbsp;request&amp;nbsp;and put in a&amp;nbsp;backlog. If&amp;nbsp;we&amp;nbsp;get more&amp;nbsp;request&amp;nbsp;on it,&amp;nbsp;we&amp;nbsp;will plan it for release and update you accordingly.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif; color: black; background: rgb(255, 240, 245);&quot;&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif; color: black; background: rgb(255, 240, 245);&quot;&gt;Himanshu Sharma&lt;/span&gt;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=4217/leaderboard-service-need-getlastscorebygroup&amp;show=4231#a4231</guid>
<pubDate>Mon, 27 Oct 2014 09:33:04 +0000</pubDate>
</item>
<item>
<title>Answered: App42 support for Marmalade Quick</title>
<link>http://forum.shephertz.com/?qa=3691/app42-support-for-marmalade-quick&amp;show=3717#a3717</link>
<description>&lt;p style=&quot;font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif;&quot;&gt;Hello,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif;&quot;&gt;Currently we only support native C++ marmalade SDK. There is no plan as of now to have support of LUA in it as we have not received any request from our users to support it&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: Helvetica, sans-serif;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: Helvetica, sans-serif;&quot;&gt;&amp;nbsp;We are taking your feedback and will put this in our product backlog, will update you if we prioritize and define any timeline for the same.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;adL&quot; style=&quot;font-family: arial, sans-serif; font-size: 13.3333339691162px;&quot;&gt;
	&lt;p&gt;
		&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span class=&quot;im&quot;&gt;&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif;&quot;&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span class=&quot;im&quot;&gt;&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif;&quot;&gt;Himanshu Sharma&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=3691/app42-support-for-marmalade-quick&amp;show=3717#a3717</guid>
<pubDate>Tue, 16 Sep 2014 10:56:45 +0000</pubDate>
</item>
<item>
<title>Answered: Integrate App42_Cocos2dX_SDK in cocos2dx v3.0</title>
<link>http://forum.shephertz.com/?qa=3637/integrate-app42_cocos2dx_sdk-in-cocos2dx-v3-0&amp;show=3645#a3645</link>
<description>&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;We have tested the SDK for iOS and Android. We are in process to make it compatible with windows and will update this thread once it will be done.&amp;nbsp;Probably take 2-3 weeks time frame to get it completed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;One of our user has done modification on our&amp;nbsp;SDK&amp;nbsp;on Windows, you can try that from his&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/shephertz/App42_Cocos2DX_SDK/tree/master/V_1.6/App42_Cocos2dX_SDK&quot; target=&quot;_blank&quot;&gt;github repo&lt;/a&gt;. Also we have kept the SDK code as open source, so that you can modify it if required to make it compatible with any particular platform.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;Thanks.&lt;/span&gt;&lt;/p&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=3637/integrate-app42_cocos2dx_sdk-in-cocos2dx-v3-0&amp;show=3645#a3645</guid>
<pubDate>Mon, 08 Sep 2014 06:09:38 +0000</pubDate>
</item>
<item>
<title>Answered: Problem with ordering of players</title>
<link>http://forum.shephertz.com/?qa=3533/problem-with-ordering-of-players&amp;show=3535#a3535</link>
<description>Hey,&lt;br /&gt;
&lt;br /&gt;
We have a seperate solution called AppWarp S2 that allows you to extend our AppWarp logic. &lt;br /&gt;
&lt;br /&gt;
With AppWarp S2 you can modify the order of turns. You can learn more about AppWarp S2 here &lt;a href=&quot;http://appwarps2.shephertz.com/&quot; rel=&quot;nofollow&quot;&gt;http://appwarps2.shephertz.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=3533/problem-with-ordering-of-players&amp;show=3535#a3535</guid>
<pubDate>Tue, 26 Aug 2014 13:40:06 +0000</pubDate>
</item>
<item>
<title>Answered: Amazon Device Messaging</title>
<link>http://forum.shephertz.com/?qa=3194/amazon-device-messaging&amp;show=3196#a3196</link>
<description>Support &amp;nbsp;of ADM in App42 is not there yet. I have put this request in our backlog and would update you on the time line soon. Also, this will require additional bridging support in our App42 Adobe SDK. We will update this thread for both once decided with timeline.&lt;br /&gt;
&lt;br /&gt;
Let me know if it helps.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Ajay</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=3194/amazon-device-messaging&amp;show=3196#a3196</guid>
<pubDate>Tue, 05 Aug 2014 17:20:50 +0000</pubDate>
</item>
<item>
<title>getAllMessage sorted result based on SendedOn?</title>
<link>http://forum.shephertz.com/?qa=2932/getallmessage-sorted-result-based-on-sendedon</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have a question about getAllMessages.&lt;br /&gt;
&lt;br /&gt;
The messages returned should bed sorted based on SendedOn field. But based on my observation, some results seem be to disordered...see the log:&lt;br /&gt;
&lt;br /&gt;
SendedOn:Fri Jun 27 00:37:57 PDT 2014 Username:www Ownername:qaz BuddyName:null MessageId:53acbce5e4b0ea73e9826b00&lt;br /&gt;
SendedOn:Fri Jun 27 00:40:01 PDT 2014 Username:www Ownername:zzz BuddyName:null MessageId:53acbd61e4b0563a3587952a&lt;br /&gt;
SendedOn:Fri Jun 27 00:40:42 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53acbd8ae4b0ea73e9826b06&lt;br /&gt;
SendedOn:Fri Jun 27 00:41:18 PDT 2014 Username:www Ownername:zzz BuddyName:null MessageId:53acbdaee4b0ea73e9826b07&lt;br /&gt;
SendedOn:Fri Jun 27 17:48:14 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53adae5ee4b0cb8bccb8f095&lt;br /&gt;
SendedOn:Fri Jun 27 17:48:44 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53adae7ce4b0ea73e9827a3d&lt;br /&gt;
SendedOn:Fri Jun 27 19:12:25 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53adc219e4b0ea73e9827c33&lt;br /&gt;
SendedOn:Fri Jun 27 19:17:25 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53adc345e4b0cb8bccb8f2db&lt;br /&gt;
SendedOn:Fri Jun 27 19:20:48 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53adc410e4b0563a3587a503&lt;br /&gt;
SendedOn:Tue Jul 01 22:07:24 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53b3311ce4b0fd35f509e52a&lt;br /&gt;
SendedOn:Fri Jun 27 00:36:38 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53acbc96e4b0cb8bccb8e0d1&lt;br /&gt;
SendedOn:Fri Jun 27 00:38:39 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53acbd0fe4b0cb8bccb8e0d5&lt;br /&gt;
SendedOn:Fri Jun 27 00:38:46 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53acbd16e4b0563a35879527&lt;br /&gt;
SendedOn:Fri Jun 27 00:41:09 PDT 2014 Username:www Ownername:zzz BuddyName:null MessageId:53acbda5e4b0cb8bccb8e0de&lt;br /&gt;
SendedOn:Fri Jun 27 19:15:13 PDT 2014 Username:www Ownername:qaz BuddyName:null MessageId:53adc2c1e4b0ea73e9827c43&lt;br /&gt;
SendedOn:Fri Jun 27 21:29:49 PDT 2014 Username:www Ownername:qaz BuddyName:null MessageId:53ade24de4b0563a3587a83f&lt;br /&gt;
SendedOn:Fri Jun 27 21:29:56 PDT 2014 Username:www Ownername:qaz BuddyName:null MessageId:53ade254e4b0ea73e9827fe7&lt;br /&gt;
SendedOn:Fri Jun 27 21:53:19 PDT 2014 Username:www Ownername:qaz BuddyName:null MessageId:53ade7cfe4b0cb8bccb8f730&lt;br /&gt;
SendedOn:Fri Jun 27 21:53:28 PDT 2014 Username:www Ownername:qaz BuddyName:null MessageId:53ade7d8e4b0cb8bccb8f732&lt;br /&gt;
SendedOn:Tue Jul 01 21:59:38 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53b32f4ae4b0fd35f509e501&lt;br /&gt;
SendedOn:Tue Jul 01 22:11:35 PDT 2014 Username:www Ownername:www BuddyName:null MessageId:53b33217e4b0c7a6721620d6&lt;br /&gt;
&lt;br /&gt;
This is the original list I get by getAllMessages without any processing, the weird thing is that there is a &amp;quot;Jul 01&amp;quot; among &amp;quot;Jun 27&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Any idea for that? Thanks!</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=2932/getallmessage-sorted-result-based-on-sendedon</guid>
<pubDate>Fri, 18 Jul 2014 20:27:11 +0000</pubDate>
</item>
<item>
<title>Answered: Is There any way to set session to my User Object?</title>
<link>http://forum.shephertz.com/?qa=2874/is-there-any-way-to-set-session-to-my-user-object&amp;show=2880#a2880</link>
<description>If your user is authenticated, you will get the sessionId along in userObject itself. In above stated code, if userObject reference is not changed, then it should return the sessionId if set earlier. Settings sessionId on userObject will set in the memory not on the server and can only be accessed till the lifetime of userObject. In your case, you have to make use of session service to get the sessionId of user whenever needed.&lt;br /&gt;
&lt;br /&gt;
Let me know if it helps.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Ajay</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=2874/is-there-any-way-to-set-session-to-my-user-object&amp;show=2880#a2880</guid>
<pubDate>Wed, 16 Jul 2014 14:22:19 +0000</pubDate>
</item>
<item>
<title>Answered: How to secure the app's secret key when used in client side javascript?</title>
<link>http://forum.shephertz.com/?qa=2771/secure-the-apps-secret-key-when-used-client-side-javascript&amp;show=2780#a2780</link>
<description>&lt;p&gt;
	Hello,&lt;/p&gt;
&lt;p&gt;
	Thanks for writing to us.&lt;/p&gt;
&lt;p&gt;
	You can definitely secure your App by applying ACL either on User Data or Method Level Calls. On a Method Level, you can create a separate key for your App and give access to required methods for that key. ACL&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;color: rgb(55, 55, 55); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 24px;&quot;&gt;&amp;nbsp;app are more secure in the way that one app user cannot access data of another user until user gives permission to access it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	Kindly follow the&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/tutorial/Securing-Your-App/?index=security-acl&quot; target=&quot;_blank&quot;&gt;link&lt;/a&gt;&amp;nbsp;which helps and provide a detailed information for securing your app information.&lt;/p&gt;
&lt;div&gt;
	&lt;p&gt;
		Let me know if it helps.&lt;/p&gt;
	&lt;p&gt;
		Thanks&lt;/p&gt;
&lt;/div&gt;</description>
<category>Discuss &amp; suggest API</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=2771/secure-the-apps-secret-key-when-used-client-side-javascript&amp;show=2780#a2780</guid>
<pubDate>Fri, 11 Jul 2014 08:44:24 +0000</pubDate>
</item>
</channel>
</rss>