<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Shephertz Community - Recent questions and answers in Corona</title>
<link>http://forum.shephertz.com/?qa=qa/products/appwarp/corona</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Pls help with the implementation</title>
<link>http://forum.shephertz.com/?qa=11269/pls-help-with-the-implementation&amp;show=11271#a11271</link>
<description>&lt;p&gt;
	Hello Claus,&lt;/p&gt;
&lt;p&gt;
	Yes, you can use the On-Premise version of AppWarp which is &lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarps2.shephertz.com/&quot;&gt;AppWarpS2&lt;/a&gt; that allows server side customisation. With AppWarpS2, you will get Server side SDK as well as client side SDK. Using server side SDK, you can overrride default behavior of the AppWarp server and write your own logic on top of it. It also provides you RPC calls feature that allows you to write your own method on server and call it directlty from your client.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Below are some links to get started:&lt;/p&gt;
&lt;p&gt;
	1. &lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarps2.shephertz.com/dev-center/&quot;&gt;Getting started&lt;/a&gt; guide&lt;/p&gt;
&lt;p&gt;
	2. &lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarps2.shephertz.com/dev-center/samples/&quot;&gt;Samples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	3. &lt;a rel=&quot;nofollow&quot; href=&quot;http://appwarps2.shephertz.com/dev-center/api-guide/&quot;&gt;Complete API documentation&lt;/a&gt; for server as well as client&lt;/p&gt;
&lt;p&gt;
	Let me know in case you have any further query, I will be happy to help.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11269/pls-help-with-the-implementation&amp;show=11271#a11271</guid>
<pubDate>Thu, 16 Aug 2018 07:04:44 +0000</pubDate>
</item>
<item>
<title>Answered: How to create room using code? - Corona SDK</title>
<link>http://forum.shephertz.com/?qa=11252/how-to-create-room-using-code-corona-sdk&amp;show=11255#a11255</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/shephertz/App42_AppWarp_Corona_Sample/tree/master/Samples/API-TEST&quot;&gt;This Sample&lt;/a&gt; on Github demonstrate almost all the AppWarp APIs. You can check this and let me know if you have any further query, I will be happy to help you.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11252/how-to-create-room-using-code-corona-sdk&amp;show=11255#a11255</guid>
<pubDate>Mon, 06 Aug 2018 08:34:21 +0000</pubDate>
</item>
<item>
<title>Answered: Making a live multiplayer game with Corona</title>
<link>http://forum.shephertz.com/?qa=11163/making-a-live-multiplayer-game-with-corona&amp;show=11187#a11187</link>
<description>Hi Jarrad,&lt;br /&gt;
&lt;br /&gt;
I have already replied this query from support. Please check and let me know in case of any further queries.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11163/making-a-live-multiplayer-game-with-corona&amp;show=11187#a11187</guid>
<pubDate>Wed, 20 Jun 2018 07:57:41 +0000</pubDate>
</item>
<item>
<title>Answered: APPWARP- Connection with username always returns AUTH_ERROR!!</title>
<link>http://forum.shephertz.com/?qa=10825/appwarp-connection-with-username-always-returns-auth_error&amp;show=10833#a10833</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	I tried to reproduce this issue on my sample but it is working fine.&lt;/p&gt;
&lt;p&gt;
	Could you please share your sample in which we can reproduce this issue? Please share the same at support@shephertz.com.&lt;/p&gt;
&lt;p&gt;
	It will help us to provide better support from our side.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;
&lt;div class=&quot;grammarly-disable-indicator&quot;&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10825/appwarp-connection-with-username-always-returns-auth_error&amp;show=10833#a10833</guid>
<pubDate>Wed, 29 Nov 2017 10:46:23 +0000</pubDate>
</item>
<item>
<title>Answered: How to make a real-time multiplayer mobile game with Corona SDK/Lua?</title>
<link>http://forum.shephertz.com/?qa=10765/how-make-real-time-multiplayer-mobile-game-with-corona-sdk-lua&amp;show=10771#a10771</link>
<description>&lt;p&gt;
	Hi Elias,&lt;/p&gt;
&lt;p&gt;
	AppWarp is a product made to achieve real-time&amp;nbsp;communication between connected players. AppWarp also provides some readymade server-side features such as Room/Lobby management, Matchmaking, Turn management etc. It does not store any information of the players o the server side.&lt;/p&gt;
&lt;p&gt;
	From your requirement, I believe you need to store the player information on the server side. You can use our BaaS product &lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com&quot;&gt;App42 Cloud API&lt;/a&gt; which provides 800+ API to manage with backend related features such as User Management, Storage Service, Push Notification, Leaderboard, Avatar Management, Achievement, Gifting and much more. Check out its &lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-dev.php&quot;&gt;Dev Center&lt;/a&gt; for more details.&lt;/p&gt;
&lt;p&gt;
	Regarding server-side&amp;nbsp;customisation, it completely depends on your game requirement and how you want to achieve it. If any of your game features require server-side coding, let us know we can provide the right approach to do it.&lt;/p&gt;
&lt;p&gt;
	Let me know if you have any further queries, I will be happy to help.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10765/how-make-real-time-multiplayer-mobile-game-with-corona-sdk-lua&amp;show=10771#a10771</guid>
<pubDate>Thu, 21 Sep 2017 05:26:05 +0000</pubDate>
</item>
<item>
<title>Answered: failing to connect room</title>
<link>http://forum.shephertz.com/?qa=10616/failing-to-connect-room&amp;show=10632#a10632</link>
<description>&lt;p&gt;
	Hi Sachin,&lt;/p&gt;
&lt;p&gt;
	I have updated the sample based on the latest Corona SDK, you can download the updated Sample from &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/RajeevRShephertz/Corona-TicTacToe&quot;&gt;here&lt;/a&gt; and try.&lt;/p&gt;
&lt;p&gt;
	Let me know if you have any futher queries, I will be happy to help you.&lt;/p&gt;
&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10616/failing-to-connect-room&amp;show=10632#a10632</guid>
<pubDate>Wed, 12 Jul 2017 11:43:40 +0000</pubDate>
</item>
<item>
<title>failing to connect room</title>
<link>http://forum.shephertz.com/?qa=10617/failing-to-connect-room</link>
<description>&lt;p&gt;
	&lt;span style=&quot;color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;; font-size: 14px;&quot;&gt;Hi, I have exact code as of tutorials available on appwrap for making a game like tic tac toe. I have apk key and secret key from ShepHertz developer dashboard AppHq. As well as I have created room as shown in the tutorial attached to this.But my simulators aren't connecting to this room and displaying failed message. What should I do?&lt;/span&gt;&lt;/p&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10617/failing-to-connect-room</guid>
<pubDate>Thu, 06 Jul 2017 17:17:59 +0000</pubDate>
</item>
<item>
<title>Answered: How to pass a table with various values in it to other player in corona using Appwarp?</title>
<link>http://forum.shephertz.com/?qa=9936/table-with-various-values-other-player-corona-using-appwarp&amp;show=9937#a9937</link>
<description>Hi Sahil,&lt;br /&gt;
&lt;br /&gt;
You can use our sendChat API to send any data from one player to another. You can create A JSON string which may have all the information in key-value pair and send it using sendChat API. At the other end you can parse the same JSON and update the current status of the game with the received data.&lt;br /&gt;
&lt;br /&gt;
Let me know if you have any further queries.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Rajeev</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9936/table-with-various-values-other-player-corona-using-appwarp&amp;show=9937#a9937</guid>
<pubDate>Thu, 08 Dec 2016 06:49:20 +0000</pubDate>
</item>
<item>
<title>Answered: Appwarp and App42API both initialize not working together.</title>
<link>http://forum.shephertz.com/?qa=9835/appwarp-and-app42api-both-initialize-not-working-together&amp;show=9845#a9845</link>
<description>&lt;p&gt;
	Hi Panarasavan,&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Please download the below files and replace these files in AppWarp folder, it will work for you:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		&lt;a href=&quot;http://cdn.shephertz.com/repository/files/85c9ff4dc443629504b60b41282af12eb43f62a49381277b8f5d212126a2a551/3efa8cebfbf5a0ffeac0b9f8a4b748c1359a6706/WarpRequestBuilder.lua&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: rgb(41, 76, 96); font-family: Roboto, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; background-color: rgb(249, 247, 235);&quot;&gt;WarpRequestBuilder&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;
		&lt;a rel=&quot;nofollow&quot; href=&quot;http://cdn.shephertz.com/repository/files/85c9ff4dc443629504b60b41282af12eb43f62a49381277b8f5d212126a2a551/9d4decb12d6bc6e307c641130cab83a12a8ca4be/WarpUtilities.lua&quot;&gt;&lt;span style=&quot;color: rgb(41, 76, 96); font-family: Roboto, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; background-color: rgb(249, 247, 235);&quot;&gt;WarpUtilities&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	If you still face any issue, please let us know. We are happy to help you!&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(41, 76, 96); font-family: Roboto, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; background-color: rgb(249, 247, 235);&quot;&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(41, 76, 96); font-family: Roboto, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; background-color: rgb(249, 247, 235);&quot;&gt;Himanshu Sharma&lt;/span&gt;&lt;/p&gt;</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9835/appwarp-and-app42api-both-initialize-not-working-together&amp;show=9845#a9845</guid>
<pubDate>Mon, 07 Nov 2016 13:26:18 +0000</pubDate>
</item>
<item>
<title>Answered: runtime error in AppWarp/LookupChannel.lua involving socket.tcp() PLEASE HELP!</title>
<link>http://forum.shephertz.com/?qa=9534/runtime-error-appwarp-lookupchannel-involving-socket-please&amp;show=9536#a9536</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
If you are not using the lates version of our SDK which 1.10.3 then please download the same from here and try. If you are still facing the same issue then could you please share your sample project at support@shephertz.com so that we can debug the issue at our end.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Rajeev</description>
<category>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9534/runtime-error-appwarp-lookupchannel-involving-socket-please&amp;show=9536#a9536</guid>
<pubDate>Mon, 29 Aug 2016 05:28:04 +0000</pubDate>
</item>
<item>
<title>Answered: HELP! How to getAllRooms() in Corona SDK</title>
<link>http://forum.shephertz.com/?qa=7811/help-how-to-getallrooms-in-corona-sdk&amp;show=7813#a7813</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Could you please share the error code which you having while calling getAllRooms function? Also please let us know in which version of AppWarp Corona SDK you are working on. 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>Corona</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7811/help-how-to-getallrooms-in-corona-sdk&amp;show=7813#a7813</guid>
<pubDate>Sat, 12 Dec 2015 16:12:34 +0000</pubDate>
</item>
</channel>
</rss>