JLH1964's Forum Posts

  • I just ran a bunch of tests in order to make the ads work in my main project. One thing that I found is that you need to export to a new folder and import it in XDK. If you re-export in an existing folder, it will not work, I guess.

    Hello,

    That should not affect anything to do with ads showing. Admob gets confusing because, depending on what version of C2 youre using, Admob is implemented differently - its all about the plugin. What URL are you using for the adMob plugin in XDK??

    These instructions are the best Ive found and do work:

    http://shatter-box.com/knowledgebase/ad ... creen-ads/

    BTW - Preload will make no difference to if an ad shows or not. You can leave preload out and an add will show but wont be preloaded and so take a second or two longer to be served.

    HTH.

  • JLH1964 in the Xdk there is a button to import existing project files push that then navigate to your exported app folder and the xdk created a .xdk file open that and your project will be added back

    I see there is - thanks so much. So I guess I should be saving all my projects to Google drive or similar.

    Thanks all. Back in business

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks so much - that got it back.

    Unfortunately all my apps have disappeared which ***** as I now cant update them as they all had unique keystore keys. Surely its possible to import a project from the xdk cloud?

  • Thanks but no such folder or file in my install. All was fine until I updated.

  • Thanks! Found that thanks to you but I see no 'launcher' in the folder. Any ideas?

  • Hello all,

    Been using XDK for months with no issues but something weird happened. I performed an 'update' to XDK and now its disappeared! I cant find an .exe., shortcut or ANY reference to XDK. I tried re-installing but same thing. Install completes fine, but there's no shortcut or .exe after install. I do have an 'Uninstall' option from Control Panel but that's it.

    Here's the critical question. How do I get all my apps back ? If I do figure a re-install, what about all my apps and their unique keystore? Can I sync projects from the XDK cloud to my PC ?

    Any help appreciated.

    Thanks.

  • I know that this question doesn't have any thing to do with construct 2,but please help.I went to search and found that it's 100 $ per year is that right?

    Android=pay 25 $ one time

    IOS=pay 100 $ per year?

    I think this so expensive?please tell me if this price is right.

    IMHO Apples worth it. Google Play is full of clones of every game you can imagine. GP also suspends your account on a whim. For $99 on Apple, you have your app 'approved' before listing, so no suspension, and its also more revenue as your not fighting 1000 clone apps.

    PS - Amazon store is a waste of time. Its free to list because no dev in their right mind would pay to have their app listed as the download rates are dismal.

  • JLH1964 Hey, would it be possible to PM me your email, I have a few questions and maybe it's best not to hog this thread/forum with it?

    I respectfully disagree. The process of information benefits all.

    My workflow was as described in a previous post. I believe that 'Ejecta' is still available as an export option (may be hidden as an option) but haven't tried iOS apps in a month or so. All I know is I first went the route of using xcode etc and it was a nightmare. My process worked (for me) and passed Apples verification process.

  • Alternatively:

    Export project from C2 as 'Ejecta' to 'www' folder of a blank XDK project.

    Export same project from C2 as 'Android' to same 'www' folder.

    Build as iOS app.

    This creates a valid iOS 'ipa' file that you can publish to the Apple store. I've successfully listed 5 apps on the Apple app store using this process.

    Good luck.

  • Nice! Congrats

  • Same here - I used XDK and no issue (portrait mode with admob plugin). I used the same process as for Android but obviously used the iOS build option(s). I use an old Macbook to submit the iap file to the market. My last submitted app to the market was January

    PS - Especially for iOS, dont trust the XDK emulator. Things that didnt run in the emulator ran fine on my iPhone.

  • I have followed this tutorial with no results :/

    Hello,

    AFAIK, the only way to test for ads is on an actual device. I've tried all combos of XDK and other emulators and no luck. To test, I usually drag and drop my APK file to the 'Downloads' folder of my Android device. Then install on my device from that folder.

    HTH.

  • ..If you are using a window size that is not compatible with the ad banners, they will not show up.

    The issue is with interstitial ads not showing, not banner ads not showing.

  • Then it has to be your code. An ad was requested but apparently never displayed.

  • Are those numbers the latest figures? In Admob, switch to 'Today' view and it will show you ad activity in the last hour or so. It takes about an hour to show the figures for a session. Your screenshot is for up to the 25th. 'Todays' figues don't show unless you select 'Today' in the drop-down list.

    The only thing I can think of is that you are requesting ads but just as they are about to show, you request another add (invoke Preload) and perhaps that cancels out the 'show'. Can you test by placing the 'Show Interstitial' in another button? Or better still take out 'Preload'. All Preload does is 'loads' an ad so that when the user clicks on the 'ad-trigger', the ad shows immediately. Without using 'Preload' the 'app trigger' requests and shows an ad on a 'by request' basis. This means that the ad takes a second or two longer to show but I have many apps not using Preload and they work fine.

    HTH.