Aekiro's Recent Forum Activity

  • Thanks for the detailed response.

  • I think this is fixed in C3, but I wish they could update C2 as well.

  • hmott

    The fact it's flipped is due to some graphics card drivers. It can be detected and corrected, but thanks to chrome and firefox updates I can no longer use webgl on my machine, so I haven't touched that portion. I'm hesitant to do a fix that I can't test.

    Sorry to bother you but,

    The issue with the Text objects still persist, they are past flipped;

    Could you please give me some insights on how I can fix it, do you think it's easy to fix ?

  • BUT as a mobile dev you absolutely MUST target iOS. Its a non-negotiable. I would go so far as to say that you should make iOS your priority 1. It's where the money is. iOS represents the high end, wealthy part of the market.

    Artpunk

    So your game got more downloads on iOS ? your revenue was higher on iOS ?

    Btw thanks for the input.

  • From my experience 960x540 is a good choice.

    1920*1080 lags even on good smartphone.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I played it; I loved the visuals, the sound effects and the menu animations.

    However the menu animations and the transitions are very slow even on a good device like a Nexus 5x. What is the game canvas resolution ?

  • Interesting. What plugins were installed from npm the second time ?

  • Instantiating 250 sprites with bullet behavior each time, will probably impact your performance.

    What you can do is you keep the particles and you mix it with some sprites (20 ? 50 ?) with bullets for that bouncing with the ground effects.

    I think it's a good compromise between performance and aesthetics.

  • [quote:285xtao5]do you know if the Construct 2 IAP and Game Centre standard plugins still function after export in Phonegap

    I've never used them before but they should work.

    For the configuration:

    http://docs.phonegap.com/phonegap-build ... nd-splash/

    Its better for you to test both, there isn't a huge learning curve for neither of them, so that won't take you a lot of time.

  • Well XDK will cease to exist this summer.

    Cocoon is nice, but you will have to shell out hundreds of $ to remove the splashcreen if it bothers you.

    I personally like Phonegap, it's free, no splashcreen and has short compiling time. For iOS (and other platforms) , you will have to read the doc on how to configure your project (setting up the icons and such in the config.xml ).

    None of these services are problem-free, but most of the time the solution can be found online.

  • You do not have permission to view this post

  • I had this issue when I was using the admob plugin; To fix it add the following in your config.xml (before the </widget> ):

    <plugin name="cordova-plugin-settings-hook" spec="~0.2.4" />
    <platform name="ios">
    	<config-file parent="NSCalendarsUsageDescription" platform="ios" target="*-Info.plist">
    	    <string>Advertisement would like to create a calendar event.</string>
    	</config-file>
    	<config-file parent="NSPhotoLibraryUsageDescription" platform="ios" target="*-Info.plist">
    	    <string>Advertisement would like to store a photo.</string>
    	</config-file>
    	<config-file parent="NSBluetoothPeripheralUsageDescription" platform="ios" target="*-Info.plist">
    	    <string>Advertisement would like to use bluetooth.</string>
    	</config-file>
    </platform>[/code:3kspdxe3]
Aekiro's avatar

Aekiro

Member since 13 Nov, 2015

Twitter
Aekiro has 39 followers

Trophy Case

  • 9-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • x2
    Famous Game One of your games has over 10,000 players
  • x8
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

18/44
How to earn trophies