I am using Apple GameCenter which only allow to use maximum 4 users at time. I wanted to support it upto 16 users using hosted type game.
Apple says need to do some network configure on our own server.
Can anyone guide to setup? What to configure on our own server and how?
Related
We have 2 social iOS/Android apps of 100 concurrent users each and we can afford about $500/month in total... Each app should use 1-2 application servers and 1 db server.
I now have 1 application server and 1 db server for each app, both of 4-vcpus and 4GB RAM.
We are currently on Azure, but our 1-year is ending... I'm thinking of Heroku, DigitalOcean, back4app and Syncano. What do you suggest?
if you don't have a lot of users and you don't want to do a lot of work, Heroku is your best option.
However, if you want to have more control over your server, I think using bitnami is a good choice to run your server with a parse server image on your cloud platform of your choice. They support all major clouds.
I would like to setup a Voip Server and Client for Windows but when I searched on Google, there was too many results and too many softwares.
I want to setup a Voip sytem for my Intranet, that's why I can't use Skype. Because all the user of my computer are in different rooms I would like to be able to call the users easily by a voice chat application.
What are the best free softwares ?
Thank your for your help.
EDIT 1: I think I didn't give enough details: Thank you mrescape for your help but I don't want to create a program, I just want to download one.
EDIT 2 : I finally discovered WebRTC and decided to use this technology, it will be much easier to setup in my environment...
About VoIP server you can use http://www.asteriskwin32.com. And about client you can use X-lite or Portgo, Linephone ...
I have a computer with Windows 8 Enterprise (Evaluation) and an Intel Q8300 CPU (which does not support SLAT as far as I know).
I also own a Samsung ATIV S - Windows Phone 8 smartphone.
I would like to develop Windows Phone 8 app(s) but the emulator won't run on my PC. What are my options? Can I plug the phone via the USB cable and debug the app on it? Or this will also require a developer account (which I hear is 100 US dollars per year)?
You have to unlock your phone to debug applications on it, and yes, you need a Windows Phone Developer account to do that. It costs 100$ per year.
MSDN: About deploying and running apps on a Windows Phone device
You have to meet the following prerequisites before you can deploy an
app to a Windows Phone device:
You must be a registered developer. For info about registering as a developer, see Registration info.
The phone must be registered. For more info, see How to register your phone for development.
And about Dev Account cost: Register for a Dev Center account
An annual Dev Center subscription is $99 USD plus any applicable tax.
For that, you’ll get to submit unlimited paid apps to Windows Phone
Store. You can also submit up to 100 free apps.
You do not need to pay for Windows Phone Developer account. All you need is a computer with Zune software running and a USB cable. The rest is mostly automated.
Depending on your app, if you can get 99% working on f.e. android, it might be an option to upload a winphone build to the Windows Phone Store and specify its a beta submission. To do this, yes, you need a developer account. But you dont need to unlock your phone.
Add yourself (and other devs) to the beta tester list and submit the app.
It will be available in ~1 hour, but it doesnt really appear in the store; you need to install it using a link sent to you by mail.
As for debugging, try Weinre.
I'm using the ACS LoginControl Nuget Package Windows8.Identity.AccessControl, more specifically the Windows8.CSharp.Identity.AccessControl, but I can't get it to work on Windows 8 RP.
I have tried several different ACS endpoints and namespaces, but all I get is:
Can't connect to the service. We can't connect to the service you need
right now. Check your network connection or try this again later.
when trying to connect. (Fetching the Identity provider list works).
Trying the companion ACS control for Windows Phone 7 works without any issues, so I'm rather confident that the ACS part is setup properly.
Does anybody has any ideas on how I can trouble shoot this?
I am ready to deploy my rails 3 site to a server. Who would be the best provider to go with? I need it to be easy to deploy and low cost. Does anyone have any experiences they can share?
http://railsplayground.com is cheapest, they are charging $5/month
heroku.com is free for subdomain hosting ie., http://example.heroku.com
the above two are only for testing purpose if your are going live deployment then
either choose AmazonEc2 or rackspace.com/cloud/
regards,
senthilK
http://railsplayground.com/
I did it with my first 2 applictions, they have low cost service and online 24 hours support, they send by mail all the credentials to acces your vps or whatever service you have. But if you are new at deploying they can offer to place the app for you, you just send the app by ticket to them and they'll do it.
I have a VPS at railsplayground now, and I pay about 35usd/month, but I have 2 apps on this server and I can have more.. as much as the server can take it, when it reaches the limit, you can upgrade it.
http://www.heroku.com/ is much easier to use, but if you have an app that do uploads on server, heroku will not do it. they store only application.
I am pleased with railsplayground for now.