Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

InApp Billing

$
0
0

@bunnyboonet wrote:

Hi, I used Plugin.InAppBilling package for implement in app billing feature. Here my code.

public async void Activate()
{
//code here
}

In button click event (touch) i execute this method. But nothing happen.
Any idea.?

public override void Update(GameTime gametime)
{

        var touches = TouchPanel.GetState();

        foreach (var button in _buttons)
        {
            CheckUserInput((Ganitha_Podda_2D.Controls.Button)button, touches);
        }

    }

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles