User Tag List

Page 7 of 8 FirstFirst ... 5 6 7 8 LastLast
Results 61 to 70 of 71

Thread: Using IAPs - Lessons Learned

  1. #61
    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)
    I'm not sure if they were officially rejected or not; the only state that they ended up in was "Developer Action Needed". I'll probably do what you said though. Can I use the same names/identifiers for the new IAPs once I delete/re-add them? Thanks!

  2. #62
    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)

    Using IAPs - Lessons Learned

    If an IAP is rejected, you have to delete it and create it again as a new one.

  3. #63
    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)
    Quote Originally Posted by Game_Master View Post
    Can I use the same names/identifiers for the new IAPs once I delete/re-add them? Thanks!
    You need to change the identifier, for example from com.blabla.yourapp.item to com.blabla.yourapp.item1

  4. #64
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm working on the IAP for my game and I have a question or two: When using "Request For Payment" and "On Payment Restored," if I make the product "com.companyname.gamename.iapname" it doesn't work-- nothing happens when I make a purchase (non-consumable, just a "pro" upgrade). But if I make it just "iapname" it works. Does anyone know why? And is that OK?

    [1] User Clicks Button------------------------------> Request payment for "iapname" quantity: 1
    [2] On payment processed for "iapname"------------> Set PurchasedGlobalValue to 1

    Do I need anything more than those two actions? The price is lised in the text on the frame, so there's no need to request that first (unless Apple requires it; do they?).

    Also, when I do the Restore it asks if I want to make a purchase but then instantly it comes up with the name/password dialog, then back to the Do You Want To Purchase dialog, then to the You Already Bought This dialog. It eventually does give the user what they want, but all those pop-ups seem wrong and confusing. Here's how I have it:

    [1] User Clicks Button----------------------> Restore Transactions
    [2] On Payment Restored For iapname------> Set PurchasedGlobalValue to 1

    See? Very simple. But it acts weird. Again, please note that it only works with "iapname" not with "com.companyname.gamename.iapname".

  5. #65
    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)
    That should be fine - I had the same sort of thing, as did a couple others. I think you do need the price on the frame, though I'm not 100% sure, as it does tell you the price when it confirms with the user whether or not they want to buy the IAP.

  6. #66
    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)
    Rejection warning: only show the price requested from the AppStore, do NOT put it into the text of your app!
    Not sure if you have to show the price at all, but I'd do it to be on the safe side. Can't remember an app where it wasn't listed.

  7. #67
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks guys. I just checked a game (Peggle) and it does have the price listed on the "buy" button (Buy now for $0.99). JoKa, your two sentences seem to contradict each other. What did you mean?

  8. #68
    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)
    He meant that you have to request the price when you want it, rather than having it hard coded into your app. Use the request product information action for this, and then once the information is through, set a string object or counter to display the price (you can have a price formatted version, which has the currency, or a version without formatting - use the later if you plan to use counters to display price).

  9. #69
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! I think I have it all set now. I substituted the price text on the button with a string that displays the price gotten from the "Request Information" action.

    Again though, it's fine that it all only works with "iapname" not with the full name that includes the bundle identifier (com.companyname.appname)?

  10. #70
    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)
    Yes, I believe so - that's what worked for me and a couple of other people, too.

    Just make sure to have the bundle identifier set correctly in the application properties.

Page 7 of 8 FirstFirst ... 5 6 7 8 LastLast

Similar Threads

  1. Replies: 27
    Last Post: 29th December 2013, 03:23 AM
  2. What I have learned about sub-apps
    By Javira in forum iOS Export Module Version 2.0
    Replies: 11
    Last Post: 24th January 2013, 06:18 PM
  3. Transferring IAPs
    By Game_Master in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 15th December 2012, 01:07 PM
  4. testing IAPs
    By DTownTony in forum iOS Export Module Version 2.0
    Replies: 12
    Last Post: 27th August 2012, 10:20 PM
  5. Things I learned about making Flash Games in MMF
    By Pineapple in forum SWF/Flash Export Module Version 2.0
    Replies: 18
    Last Post: 8th December 2010, 10:29 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
  •