d939569e84594e1586eac3e65e28dfb2's Forum Posts

  • EyezWidee

    im on skype now if you are ready to get your blackberry app running

  • BluePhaze

    switching this plugin to a HTML5 version is pretty easy. I have mine for the most part working. It works on html5 websites along with windows 8 and 8.1.

    i have not tried it on say android yet.

  • thank you very much Ashley.

    • was it easy to use
    • was it easy to understand
    • was it responsive
    • was it enjoyable
    • was it nice to look at
    • did the controls make sense
    • did the navigation make sense
    • did the game make sense
    • did the graphics glitch, if so when, how, what did you do
    • did the game stutter
    • did the game freeze at any point, if so, how, what did you do
    • was all text viewable

    you can get down to it like this too:

    • was menu x at the center
    • was menu x positioned at y
    • did picture x appear when you y

    There are many questions to ask. you need to build test cases. If you just throw the game at a tester and say test it, you might not like the results.

  • EyezWidee

    it has been awhile since I did mine, I have a few apps to release to blackberry soon.

    Until then I cannot do a step by step for how I did it. But I dont see any errors in the screen shot you posted

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • See original link here: https://www.scirra.com/forum/issue-with-windows-universal-iap_t103762

    Problem Description

    Using IAP breaks windows 8.1

    Also, get error for 2 messages opening at once

    Attach a Capx

    See uploaded

    Description of Capx

    simple capx to test IAP on windows 8.1

    Steps to Reproduce Bug

      Export the capx to windows 8.1 universal. Setup the test cert in visual studio. Hit debug on local machine you should get an error right away something like SCRIPT5: Unhandled exception at line 4, column 205 in ms-appx://*****/Amazon-Web-App-API-tester.min.js 0x800c0005 - JavaScript runtime error: The system cannot locate the resource specified. File: Amazon-Web-App-API-tester.min.js, Line: 4, Column: 205

    Now, if you have both IAP and windows 8 set to test mode, you get an error due to 2 message windows trying to open

    aka this line in the code

    this.currentApp = (this.isTestMode ? winStore["CurrentAppSimulator"] : winStore["CurrentApp"]);

    if (this.isTestMode)

    {

    //new Windows["UI"]["Popups"]["MessageDialog"]("Note: this Windows 8 app is in Test Mode, designed for testing purchases. Before publishing, be sure to set Test Mode to 'No' in the Windows 8 object's properties.")["showAsync"]();

    }

    You can see the error by take the file in visual studio, "amazon-web-app-API-tester.min.js" and removing it from shared and adding it to windows 8.1 phone.

    Observed Result

    Error message, see above

    Expected Result

    no error

    Affected Browsers

      none, this is a windows 8.1 and windows phone issue

    Operating System and Service Pack

    windows 8.1

    Construct 2 Version ID

    version 168

  • It does not make sense which is why I am confused lol

    here is a small test capx.

    Export the capx to windows 8.1 universal.

    Setup the test cert in visual studio.

    Hit debug on local machine

    you should get an error right away something like

    SCRIPT5: Unhandled exception at line 4, column 205 in ms-appx://*****/Amazon-Web-App-API-tester.min.js

    0x800c0005 - JavaScript runtime error: The system cannot locate the resource specified.

    File: Amazon-Web-App-API-tester.min.js, Line: 4, Column: 205

    Now, if you have both IAP and windows 8 set to test mode, you get an error due to 2 message windows trying to open

    aka this line in the code

    this.currentApp = (this.isTestMode ? winStore["CurrentAppSimulator"] : winStore["CurrentApp"]);

    if (this.isTestMode)

    {

    //new Windows["UI"]["Popups"]["MessageDialog"]("Note: this Windows 8 app is in Test Mode, designed for testing purchases. Before publishing, be sure to set Test Mode to 'No' in the Windows 8 object's properties.")["showAsync"]();

    }

    You can see the error by take the file in visual studio, "amazon-web-app-API-tester.min.js" and removing it from shared and adding it to windows 8.1 phone.

  • With windows 8 export, the about, support, and privacy pages automatically loaded and worked.

    With windows universal, those pages are not automatically created and when I add them they do not work. Nothing appears when I click the charm buttons for the privacy, support, and about pages.

    Anyone got them to work? If so, how.

  • Problem Description

    When I use universal export for windows, the IAP works fine for windows phone but if I use trial mode Yes, with windows 8.1 the program crashes and gives this error:

    Unhandled exception at line 4, column 205 in ms-appx://my-app-ID/Amazon-Web-App-API-tester.min.js

    0x800c0005 - JavaScript runtime error: The system cannot locate the resource specified.

    The line in question is:

    localStorage},_getMockItems:function(){if("undefined"!==typeof window){for(var a=["amazon.sdktester.json","/amazon.sdktester.json","/static/amazon.sdktester.json"],c=new XMLHttpRequest,b=0;b<a.length;b++)if(c.open("GET",a,!1),c.send(),200==c.status)return JSON.parse(c.responseText);return null}},getCloudSyncData:function(){return this._loadAsJSON(this._CLOUD_SYNC_DATA_KEY)},setCloudSyncData:function(a){this._saveAsJSON(this._CLOUD_SYNC_DATA_KEY,a)},clearCloudSyncData:function(){this._storage.removeItem(this._CLOUD_SYNC_DATA_KEY);

    I only get the error when trial mode is ON for IAP.

    I have no errors if i use the Windows IAP plugin vs. IAP.

    Since I am using universal export I would like an all in 1 solution, otherwise I need to create some extra code in order to use windows 8.1 and windows phone 8.1. Ideally I want to use IAP for both, it seems to half work.

  • I am on windows 8.1 and it is a intel hd4000 i believe. It is on a mac boot camped. I got so annoyed with the dual monitor issue with construct I now only use my main monitor and i shut my laptop.

  • is this on dual screen, single screen...? i noticed when I use dual screen I get similar and weird behaviour

  • thehen, when I try it, it simply goes to a "Fake" buy page and goes back but does not seem to go out of trial mode (is trial comes back still true).

    Perhaps I am setting it up wrong...but I get the same result with the test app.

  • is there an easy way to test out trials like with windows desktop?

    the windows desktop plugin has a "test" mode you toggle on and off before export. When I do a trial purchase of the app, i get a popup window in VS for what I want for my result.

    With windows phone, I cannot seem to test trial mode easily. Not sure if user error/ misunderstanding or not. It seems to me, if I want to try the app in trial mode, I use debug. To try the full version aka test if I "bought" it, I use release mode.

    Ideas?

  • i cannot answer about the dedicated part but I do know that p2p and dedicated server does not matter too much in the fact that cheaters can happen either way. WIth a dedicated you have more control, but it still does not eliminate cheating 100%.

  • thehen would you recommend using authorize? for just a highscore table

    also, with the new merging of windows and windows phone, will this work in the future with windows phone do you think?

    thanks