After exporting the game to android or iso, can we edit the code?

Discussion in 'How Can I...?' started by khalid, Mar 18, 2016.

Tags:
  1. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    After exporting the game to android or iso, can we edit the code?

    Using android studio/xcode where is the code? in which file ?


    Regards,
     
  2. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    Can we edit the game after exporting?!

    If yes how?!

    Thanks
     
  3. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    Anyone!!
     
  4. harshann

    harshann Boxer

    Joined:
    Mar 2, 2016
    Messages:
    36
    Likes Received:
    7
    Not sure about Android but you cannot edit the iOS code...Buildbox compiles static libraries...you can't see a lot of code either.
     
  5. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
    It's possible I'm misunderstanding the question, but once you export to xcode, you can modify the program any way you see fit. Color Switch was modified after export to add certain features, I know others add custom ads and some other things as well. It's just programming once you get it into xcode... Is there an aspect of this I'm not understanding maybe?
     
  6. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    Thank you for your great support

    I am a programmer in php, c++ and javascript, but am new to xcode and android studio and all mobile things.

    So suppose I want to add a button to restore/restart the game then hide it after several restarts or any kind of things that can't be done in BB, how to do it? and what is the programming language used in xcode and android studio?

    Regards
     
  7. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
  8. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
  9. Aaron F

    Aaron F Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    146
    Likes Received:
    161
    For both IOS and Android you can not edit the game itself but you can edit some parts of the exported code.

    Yes - you can Integrate custom ads and analytics packages.. etc.

    No - you can't add a new scene or change any physics options... etc.
     
    Jumpingu and gracewhite9363 like this.
  10. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    Ok thanks
     
  11. amit00272

    amit00272 Boxer

    Joined:
    Aug 14, 2016
    Messages:
    1
    Likes Received:
    0
    I am getting the same problem too.please suggest me where can i add achievement and custom add after exporting in android.
     

Share This Page