federer365's Forum Posts

  • Hi Mayer,

    I have made several educational apps before and I am currently studying to be a teacher. So I have the game design side and the education side also.

    You can find a link to my best game here:

    https://play.google.com/store/apps/deta ... reef&hl=en

    <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for your help!

    I managed to find it. It's a bug with C2 'preload sounds' setting it to 'No' the app works fine.

    Took a long time to find that, but will report that to Ashley and the C2 team.

  • Thanks for that aquinn,

    I magaged to install the app on my iPad, I assumed that the issue I was having was the same as the Apple store reviewers, but it was not. It was differrent problems. However, I still can't get the app too launch.

    If someone can help me out that would be greatly appreciated it:

    this is the .capx to a barebones version of my game, if you get it working on an iOS device and then instruct me to get it working and it does work, then I will pay you.

    https://drive.google.com/file/d/0B9sfSi ... sp=sharing

  • I find the C2 engine to be great I remember back in the day when the performance wasn't so great, but it has improved a lot now. For an example, have a look at this app I created with C2, there are many sprites all interatcting with one another and the envrionment and it all works as a charm, so it is pretty safe to assume that whatever you are working on, C2 will be able to handle it. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    https://play.google.com/store/apps/deta ... ios.myreef

  • Hi all,

    I am having an issue with installing my app on my ipad, not sure what I have done wrong. I have spent several hours trying to get it to work but am still stuck with the same problem. The app exports to both intel xdk or phonegap build, successfully, and then uploads and builds them but when I install the app on my ipad it does not work.

    The app simply says 'installing' and will not install properly or work.

    I am wanting to get this app working as soon as possible, as I want to upload it to iTunes. I have successfully uploaded 3 apps to iTunes, so I am not sure what I have done wrong here.

    If you are able to help me fix this issue, I will pay you $20.

    my skype id is adam.weber247 if you would prefer to communicate via skype.

    Thanks .

  • Has anyone had this problem before?

    I had it a while ago, but it seems to be a different issue. Is there anyway to debug it?

    I used intel XDK to create a cordova app and had the same problem.

    Any suggestions?

  • Hi all,

    Just wondering if anyone has had a similar issue to mine and how they resolved it?

    Exporting my app to phonegap for iOS uploads successfully, but when I install the app on to my ipad the app says ‘installing’ and will not load if I tap on it. I have successfully uploaded apps on the app store before (3 to be exact) on phonegap 3.5 but for some reason using phonegap 3.6.3 the app will not install on my ipad, I have tried everything I know, but I can’t get it to work.

    Has anyone else had the same problem? Or found/know a way to solve the issue?

  • cranberrygame,

    Any ETA on the AR plugin or the camera feed plugin? I am thinking of making an AR app and just wondering if you have an eta?

    Thanks

  • Hi all,

    Unfortunately I do not have huge amount of money to throw at app development, but I am interested in investing in good quality graphics.

    I am currently making a game that requires the follow graphics:

    Red Blood Cell

    Bacteria

    White blood cell (Neutrophil, macrophage)

    Background image of an artery

    And a few other bits and piece.

    I expect the graphics to be vector, I do not need a huge amount of detail.

    If anyone is interested in this job, please either PM me or email me at , please have a couple of example of the graphics you have done before and an estimated cost of the above graphics, I will get back to you as soon as possible.

    I have many more projects so if you are reasonably affordable and I like your style there will be a lot more work.

  • cranberrygame

    Just letting you know that the camera plugin is a lot more stable now! It still crashes, but on older devices the stability has increased significantly! On new devices it does not crash at all.

    I just saw you are working on an AR plugin :O. Wow that is amazing!!

    Is there anyone plugin that could decode audio faster? The native plugin for c2 takes a shocking long time to load if a lot of audio is used. I am going to compress my audio files even further, but is there a more efficient audio plugin for Cordova?

    Like https://github.com/DolbyDev/Dolby-Audio ... or-Cordova

    I am not sure if anyone else has had this problem on Android? (iOS loads up fine)

  • I just can't understand why on iOS it takes a few seconds to load, but on Android it takes a significantly longer time to load. Other apps from the app store don't have the problem, so I am just wondering if the issue lies with crosswalk or C2.

  • Ashley Thanks for the response!

    I have done that, it loads quickly, but then the audio takes a long time to load. Apps which have a lot of audio the app takes a long time to load. Is this due to Construct 2 or Crosswalk? As phonegap does not have much of a lag with iOS?

    Is there any way to somehow mitigate this issue?

    Thanks

  • Hi all,

    My app has a large amount of audio and it makes Android incredibly slow to load. 15+ seconds is way too long. I am using crosswalk to export to Android. iOS does not seem to have the problem at all (exporting with phonegap). I am just wondering if this is because of Construct 2 or crosswalk? Is the native C2 audio plugin not optimised to load incredibly fast for Android? Would it be better to use a custom audio plugin for Android?

    Thanks for the help!

  • I had the problem a week ago, add this to your config.xml:

    " <icon src="icon.png" gap:platform="ios" />

    <icon src="icon-120.png" gap:platform="ios" width="120" height="120" />

    <icon src="icon-152.png" gap:platform="ios" width="152" height="152" />

    <icon src="icon-76.png" gap:platform="ios" width="76" height="76" />

    <icon src="icon-57.png" gap:platform="ios" width="57" height="57" />

    <icon src="icon-144.png" gap:platform="ios" width="144" height="144" />

    <icon src="icon-114.png" gap:platform="ios" width="114" height="114" />

    "

    Then add all those images with the correct width and height, that should fix it.

  • cranberrygame love your plugins! Have purchased a couple of them now! the PhoneGap Camera has some issues with older devices and larger file sizes. The v 1.0.6 is a lot more stable! But it is still not stable enough. It seems to be a problem with slower older devices such as the galaxy s3. I have noticed that it will crash if a notification pops up when you are selecting an image and at times it seems to randomly crash. Is there any way to solve this?

    Also, how hard would it be to make an image rendering plugin? I would love to make my own plugins, but they seem to be somewhat complicated! It would be great if there was a nice step by step tutorial.