Search found 3 matches

by grannysmith
Thu Oct 25, 2012 1:45 am
Forum: .NET API
Topic: Problems with the DemoClient
Replies: 4
Views: 14400

Re: Problems with the DemoClient

kamermans wrote:It's possible that you're faster at programming than our service is at syncing new API keys (5 mins or so, max) :)
Without changing anything it works now, so it was probably something like that. The problem persisted for more than 5 minutes though.

Thanks for your help.
by grannysmith
Wed Oct 24, 2012 3:41 am
Forum: .NET API
Topic: Problems with the DemoClient
Replies: 4
Views: 14400

Re: Problems with the DemoClient

Here's the code I used: using System.Web; using ScientiaMobile.WurflCloud; using ScientiaMobile.WurflCloud.Config; namespace DemoClient_Base.Framework { public class WurflService { public DeviceInfoViewModel GetDataByRequest(HttpContext context) { var config = new DefaultCloudClientConfig { ApiKey =...
by grannysmith
Wed Oct 24, 2012 3:37 am
Forum: .NET API
Topic: Problems with the DemoClient
Replies: 4
Views: 14400

Problems with the DemoClient

Hi, I downloaded the Cloud API for ASP.NET 2.x / 3.x ( http://www.scientiamobile.com/api_downloads/dotnet/CloudClient-Base-DotNet2.zip ). In the "DemoClient" project i adjusted the API key and the capabilities to match those configured in our account. However, when i run the DemoClient and click on ...