Is there a REALLY simple IAP Tutorial floating around for Dummies.

I just want to ad a simple unlock advert button.
Something very simple that I child like myself can understand and follow :)

Comments

  • dimsdaledimsdale Member Posts: 499
    edited June 2016

    thanks @RedCubeGame, but i believe thats the old way we used to do IAP's. I get totally lost in the Guru's newer video. And I don't really follow whats going on in Armelline template.

  • dimsdaledimsdale Member Posts: 499

    wow, help around here has really died off, guess it really is time to move on to another game engine.

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    Wouldn't say that. @Armelline has a good IAP template in one of his threads. You should check there. It's up to date as far as I know.

  • dimsdaledimsdale Member Posts: 499

    thanks @Braydon_SFX , I'll try working though it again.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    It's not too complicated. You add the IAP ID to the new purchase table and watch for the value in column five to change to purchased. Once it changes you save the item's condition.

  • dimsdaledimsdale Member Posts: 499

    Thanks Guru.

  • ArmellineArmelline Member, PRO Posts: 5,420

    Apple have a habit of rejecting games that use IAP and don't provide responsive buttons (i.e. buttons that change their image/text when pressed). Apple's test environment is slow, and they'll interpret a slow response from the server as a non-functioning button. This is why I made the more complicated template that provides these responses.

    All that said, Apple reviewers are not all alike. If you get rejected, just submit again. In most cases of people being rejected the first time, they were accepted the second. So if you get rejected with the reason being non-functioning IAP buttons, just resubmit.

  • dimsdaledimsdale Member Posts: 499

    @Armelline thanks for the feedback. I just have to do it and see what happens.

  • freneticzfreneticz SwedenMember, PRO Posts: 779
    edited June 2016

    I have a app that is live on GooglePlay, when i press my purchase button it just say dev cant buy(or something) and thats okey......but when my friends try hit that button absolut nothing happens, its like there is no code in the button.
    What can be wrong here? @Armelline

  • freneticzfreneticz SwedenMember, PRO Posts: 779

    Anybody else have this problem now days? have checked all over & over again but maybe misses something. or is there somewhat a bug

  • ArmellineArmelline Member, PRO Posts: 5,420

    What method did you use for your IAP, the basic method or the full-feedback method?

  • freneticzfreneticz SwedenMember, PRO Posts: 779

    @Armelline said:
    What method did you use for your IAP, the basic method or the full-feedback method?

    basic

  • mhedgesmhedges Raised on VCS Member Posts: 634

    Reviving this thread. Is there a recent written tutorial as opposed to a video around somewhere?

  • ArmellineArmelline Member, PRO Posts: 5,420

    @freneticz said:

    @Armelline said:
    What method did you use for your IAP, the basic method or the full-feedback method?

    basic

    Post some screen shots of your logic and we can take a look.

    @mhedges said:
    Reviving this thread. Is there a recent written tutorial as opposed to a video around somewhere?

    There's some information in the cookbook, but other than that my template is probably the closest to a written tutorial. There's very extensive notes in it, and even if a lot is not relevant to the basic method, a lot still is.

Sign In or Register to comment.