aquinn's Forum Posts

  • I'm having a similar issue. If I find any C3 versions of these plugins I'll post on here.

  • A custom loading screen is not quite the same as a custom splash screen. Anyone know how to make a custom splash screen for mobile publishing?

    <nostalgia alert>The old Intel XDK was excellent in this respect, and also with handling icons across different platforms which is especially important on mobile.

  • Do you need to purchase a dev kit next?

  • Nice article, thanks for sharing.

  • If you build got Google Play, you can usually submit the same APK to Amazon.

    Amazon have a test service which will check the APK for issues, it's worked well for me in the past.

  • That's it..

    Load from the URL and create an event with the trigger 'On Image URL loaded' to initialise the resize process.

  • You will have to do a little maths to resize the incoming image to fit within the square.

    -Use the width and height of the new image to work out the aspect ratio.

    -Work out if the image is portrait or landscape.

    -then set the new image width and height to fit within the square

  • You can create the .mobileprovision provisioning profiles for Adhoc and App Store distribution on a PC only, through https://developer.apple.com

    You need a Mac for the p12 certificate, but a VMware Mac will work.

    For uploading the IPA, you also need a Mac.

  • Buy a second hand Mac Mini with Mavericks installed, or go the VM Ware route. I've published lots of apps with a Mini and and a VMware Mac, but VM is very slow FPS-wise even with a decent spec PC.

    You can create certs/identifiers/profiles on a PC, you only need the Mac for uploading the IPA to iTunes Connect (via Application Loader or XCode)

    A Mac is essential if you use Ejecta or PhoneGap CLI, and you get the benefits of XCode Simulator for testing and screenshots.

  • http://www.eurogamer.net/articles/2015- ... ria-review

    Review on Eurogamer! It doesn't get much bigger than that! ☺

  • I just came across this - an amazing piece of work. Thank you for sharing!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Set the window size to 320x319 and letterbox scale.

    Then you can use Browser>Detect Orientation.

  • I also found this useful- many thanks!

  • But maybe it's only downloadable by devices that are listed in the Adhoc profile you created? Adhoc is only for limited private distribution.

    Are you getting downloads from other devices?

  • I don't think you can do this. I thought App Store apps need the App Store distribution profile.

    One way to find out is to build your IPA and run 'Validate' on it using the Application Loader.. It will tell you if it's allowed.