User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 32

Thread: iOS Get Device

  1. #11
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export Module
    DistantJ's Avatar
    Join Date
    Jan 2008
    Location
    Gloucester, UK
    Posts
    2,144
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    ExACTly, the advantages of this extension are for example removing layers and effects, anything which causes slowdown, or even changing the framerate, if running on a 3GS or earlier.

    Good work Ivan, you the man!

    If I can help you with anything please do let me know, I have a bit of C and Obj-C knowledge, I just haven't had the time to learn the extension SDK.

  2. #12
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it be possible to use this extension to make a different kind of universal binary?

    The idea would be to have two frames in the app - the first would be for iPod and iPhone devices, and the second frame would be for iPad. If the resolutions of the frames were different, could this allow deployments without using letterboxes?

    OR .. does the resolution of the application limit this possibility?

  3. #13
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Diablohead's Avatar
    Join Date
    Jun 2006
    Posts
    478
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh wow only just found out about this, this is something I really could use as i'm pushing the limits of a 4th gen device right now and was worried about 3gs users, thanks!

  4. #14
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Diablohead's Avatar
    Join Date
    Jun 2006
    Posts
    478
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Posting again to ask if there will be an update to support the iphone 5, touch 5th gen at some point?

  5. #15
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleUnicode Add-on
    Tim's Avatar
    Join Date
    Apr 2007
    Location
    VIC - Australia
    Posts
    390
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure,
    I'll try and find some free time to update it for iPhone 5 etc

  6. #16
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Diablohead's Avatar
    Join Date
    Jun 2006
    Posts
    478
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Crazy_Ivan View Post
    Sure,
    I'll try and find some free time to update it for iPhone 5 etc
    That would be great, this extension is quite an important one IMO and thanks again for making it.

  7. #17
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    paobrasil's Avatar
    Join Date
    Apr 2012
    Location
    Rio de Janeiro, Brazil
    Posts
    1,146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crazy_Ivan if you do it you will save my life!

    that would be amazing!

  8. #18
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-on

    Join Date
    Oct 2011
    Posts
    269
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Tim,
    As of Beta 5 (I think) Get Device extension will no longer react to general the general inquiries "Is device iPhone" or "Is device iPad".
    It will react only to specific models inquiries, e.g. "Is device iPhone 4s".
    It used to work OK before.
    Sorry to be the guy that always report bugs...

  9. #19
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Aug 2011
    Location
    Beverly Hills, CA USA
    Posts
    511
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would be great if you just tested for device type:

    if ([device rangeOfString:@"iPad"].location != NSNotFound)
    return true;

    if ([device rangeOfString:@"iPhone"].location != NSNotFound)
    return true;

    if ([device rangeOfString:@"iPod"].location != NSNotFound)
    return true;

    Sometimes just know that is a great benefit. Keeping up with new models etc. is going to be difficult.

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleXNA Export Module
    Javira's Avatar
    Join Date
    Mar 2012
    Posts
    103
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This plugin is a life saver....should def. be a default plugin.

    Thanks, big time

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Old Device
    By CoffeeCup in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 14th August 2013, 09:38 PM
  2. Device ID
    By Popcorn in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 26th June 2012, 08:35 AM
  3. Which low end device?
    By JoKa in forum iOS Export Module Version 2.0
    Replies: 13
    Last Post: 26th February 2012, 11:24 AM
  4. Device ID
    By Popcorn in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 11th November 2011, 05:45 PM
  5. USB device
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th September 2007, 12:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •