cybertron7's Recent Forum Activity

  • Ah just noticed your putting all your products into a single registration call, it only accepts a single product ID at a time.

    Shouldn't this then show an error: "Error registering XYZ"?

    My complaint here is that the IAP plugin isn't working, because of bad config settings -- but it's not clear exactly what to do. I've followed this guide as best I can:

    https://www.construct.net/ca/make-games ... mobile-iap

  • Thanks, I tried that way too, and it's the same result.

    The console log shows that it should be displaying the dialog -- yet nothing happens. I've got all the error logic inserted, I NEVER get any messages.

    It really feels like my IAP plugin isn't running.

    Can we get an example project for C3 to use as reference?

  • As you can see, I have debug code running to throw some sort of error message. This is never displayed.

    The app simply doesn't present the IAP to the user.

  • If you could please see the screenshots... You can see that I am infact registering the product. All my products are live from the app store / Google play.

    2018-01-18 11:43:09.904499-0500 Star Lords Empires of a New Dawn[7700:4689926] Apache Cordova native platform version 4.5.3 is starting.

    2018-01-18 11:43:09.905147-0500 Star Lords Empires of a New Dawn[7700:4689926] Multi-tasking -> Device: YES, App: YES

    2018-01-18 11:43:09.910892-0500 Star Lords Empires of a New Dawn[7700:4689926]

    Started backup to iCloud! Please be careful.

    Your application might be rejected by Apple if you store too much data.

    For more information please read "iOS Data Storage Guidelines" at:

    https://developer.apple.com/icloud/docu ... a-storage/

    To disable web storage backup to iCloud, set the BackupWebStorage preference to "local" in the Cordova config.xml file

    2018-01-18 11:43:09.984858-0500 Star Lords Empires of a New Dawn[7700:4689926] [MC] Lazy loading NSBundle MobileCoreServices.framework

    2018-01-18 11:43:09.986778-0500 Star Lords Empires of a New Dawn[7700:4689926] [MC] Loaded MobileCoreServices.framework

    2018-01-18 11:43:20.036637-0500 Star Lords Empires of a New Dawn[7700:4689926] CDVWKWebViewEngine will reload WKWebView if required on resume

    2018-01-18 11:43:20.036789-0500 Star Lords Empires of a New Dawn[7700:4689926] Using WKWebView

    2018-01-18 11:43:20.038395-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][console] 0.221014ms

    2018-01-18 11:43:20.038957-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][handleopenurl] 0.325918ms

    2018-01-18 11:43:20.043532-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][intentandnavigationfilter] 4.488945ms

    2018-01-18 11:43:20.044751-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][gesturehandler] 1.035929ms

    2018-01-18 11:43:20.089284-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][statusbar] 44.367909ms

    2018-01-18 11:43:20.133677-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][file] 44.148088ms

    2018-01-18 11:43:20.133898-0500 Star Lords Empires of a New Dawn[7700:4689926] [CDVTimer][TotalPluginStartup] 96.037030ms

    2018-01-18 11:43:20.190551-0500 Star Lords Empires of a New Dawn[7700:4689926] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service

    2018-01-18 11:43:20.193612-0500 Star Lords Empires of a New Dawn[7700:4689926] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service

    2018-01-18 11:43:20.829060-0500 Star Lords Empires of a New Dawn[7700:4689926] [C2 CORDOVAIAP] Initialising

    2018-01-18 11:43:23.162838-0500 Star Lords Empires of a New Dawn[7700:4689926] [C2 CORDOVAIAP] Registering product "iap_mythril_5000, iap_mythril_15000, iap_mythril_50000"

    2018-01-18 11:43:23.182062-0500 Star Lords Empires of a New Dawn[7700:4689926] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

    2018-01-18 11:43:23.187691-0500 Star Lords Empires of a New Dawn[7700:4689926] [MC] Reading from public effective user settings.

    2018-01-18 11:43:23.191796-0500 Star Lords Empires of a New Dawn[7700:4689926] THREAD WARNING: ['InAppPurchase'] took '22.919922' ms. Plugin should use a background thread.

    2018-01-18 11:43:25.665674-0500 Star Lords Empires of a New Dawn[7700:4689926] [C2 CORDOVAIAP] store ready

    2018-01-18 11:43:40.827686-0500 Star Lords Empires of a New Dawn[7700:4690225] [MC] Invalidating cache

    2018-01-18 11:43:51.201787-0500 Star Lords Empires of a New Dawn[7700:4689926] [C2 CORDOVAIAP] Purchasing product "iap_mythril_50000"

  • Ashley STILL WAITING for a reply with C3 and IAP -- I've followed every guide for C3 and it's not working.

  • Ashley bump please, IAP is not working for C3

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ashley any update on IAP for C3?

    Cheers

  • Hi all, I cannot get C3 IAP to work. Nothing happens. What am I missing?

  • Hi Ashley, I ended up trying from scratch with a new project.

    It worked just perfectly.

    So, I moved all my imported C2 project code in to a new C3 project. It took a while, but it's super clean and organized anyway.

    I believe the problem was with some image assets not loading.

    Anyway, hope this helps some other poor soul

  • Well, I'm dumb.

    I broke down my app which took so far 5 hours or so.... My app does indeed start.

    However, my player object has an initial health of 0. So it dies. This happens BEFORE the Startup events ran. This causes my app to freak out and break.

    By simply setting the players health initially in his instance variable, the code no longer breaks, and it's working with Construct 3 Export to Xcode, running on iOS 11.2

  • Damnit, I don't want to use phonegap! I want to use the Construct 3 build process I paid for!

    Grrrrr, but thanks for the tip.

  • Hi all, lots of issues reporting on "black screen ios".

    Construct 3 needs to fix this asap!

    The app loads, even basic layouts work. Just a white screen with text is no problem, but there is something super wrong with some layouts.

    Ashley can we have some one look in to this ASAP? For now I am downgrading my iphone back to 10.3.3....

cybertron7's avatar

cybertron7

Member since 30 Nov, 2014

None one is following cybertron7 yet!

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies