Expansion files, how to?

In in App purchase page coding ,where we have to provide that product id?

local googleProductList =

{

   “android.test.purchased”,            – Marketplace will always successfully purchase this product ID.

    “android.test.canceled”,            – Marketplace will always cancel a purchase of this product ID.

    “android.test.item_unavailable”,    – Marketplace will always indicate this product ID as unavailable.

}

if my product id is “abc” then how to integrate it here

store.purchase({ your_product_id })

this is how I use it

Is it necessary to mention that google product list if we have more than 1 product?

I have integrated one button for inapp once we click on it it has to purchase that product so what i have to do?

function appbuy()

store.purchase(abc)

end

is it enough or i have to add any transaction call back functions? and is it work only with paid version?

Thank you

you seriously have to read the docs.

It’s well described there.

hi krystian6,

Do you know why my app requires additional step to download the expansion file instead of downloading it together with the apk?

It’s rather annoying to see the additional download window especially since it’s just a black screen that looks almost like an error screen.

Hi Yanuar,

I believe this may be because you are using some old Android version.

I’ve never seen it on any 4.x device.

I am really not getting correct information about the followed one.

I have created one product and calling it like store.purchase({“packagename.product id”})

still i am gettiing item not found error,

please help to solve this.

Thankyou

No issues i have solved it.

Thankyou krystian6…

Tested on galaxy note with ICS and it still does the same, but I may do a different approach since if compressed my apk can be reduced to half.

Hi,

I have Integrated one Subscribed product in play store,but i am not using this so i want to delete it from play store but it is not showing any option to delete it.

Can u help me to solve this issue?

Thanks in advance.

Hi,

I have Integrated one Subscribed product in play store,but i am not using this so i want to delete it from play store but it is not showing any option to delete it.

Can u help me to solve this issue?

Thanks in advance.