User Tag List

Results 1 to 8 of 8

Thread: Transferring IAPs

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Transferring IAPs

    Say I have two versions of an app: a free, ad-supported one (using ChartBoost or another service that we don't have an extension for), and a paid one with no ads. I also have an in-game currency (coins). As the user plays the game, they get more of this currency, and they can also purchase it using IAPs.

    If the user wanted to upgrade to the paid version to get rid of ads, what would be the best way to get the user's amount of coins? If I was using an extension, I would simply using an IAP to get rid of ads, but because I don't have an extension to display ads, I cannot do that - the user has to download the paid version to get rid of ads.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to do this?

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd say you'd have to store an identifier for each player and his amount of coins on your own server to transfer between different apps.

  4. #4
    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)
    I'd just put them together as one app, have it so that disabling ads is an IAP as well, keep everything within the same app.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think he wants to add Chartboost, so he can't use this method because we can't enable/disable CB without an extension.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by JoKa View Post
    I'd say you'd have to store an identifier for each player and his amount of coins on your own server to transfer between different apps.
    Thanks - that's what I figured. Where would be a good place to start with this? I don't know any PHP or MySQL, but I'm assuming this should be relatively basic to implement? Would there be any security measures I'd have to use to make sure people don't manipulate their coin totals?

    DistantJ, thanks, but like JoKa said, it's not possible to do that without an extension, sadly.

  7. #7
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    According to me a good start is Jeff's "Online Scores using PHP/mySQL" tutorial. It includes some obfuscation scheme for security. You should be able to adapt it to your needs. The tutorial can be found on CT's tutorial page in the "Advanced" tab:
    http://www.clickteam.com/website/world/tutorials

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, Oliver! I forgot about that tutorial.

Similar Threads

  1. testing IAPs
    By DTownTony in forum iOS Export Module Version 2.0
    Replies: 12
    Last Post: 27th August 2012, 10:20 PM
  2. Transferring data between frames
    By Melvin in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 25th April 2007, 03:26 PM
  3. Alterable Values not transferring...
    By Fresh_Bagels in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 17th January 2007, 01:18 AM
  4. transferring counter data
    By rhoymand in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 13th November 2006, 02:30 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
  •