Urgent help with in app purchase items pleaseeeee

My post is related to IAP on iOs / Android both

Could someone help me please!!!, I made 2 blocks, first one to call purchase (working perfect) and signature… the second one I want to do a function like "when button comprar1 click” verify if the person already have de signature and then go to screen3. but it isnt working.

If someone can help me sending a example block to that funcition

follow my actually blocks

I have just one item to purchase (1 signature monthly)

tried this way but isnt working

neither this one

You need to check the data inside the customer info block to ensure that they made the purchase. I would recommend setting a label on the green customer info block to see what the structure is. After that, you can use the if block to check if they have made a purchase.

For example:
Let’s say this is my sample output and I want to check to see if they bought my item. I could use allPurchaseDates or the allExpirationDates property to see if they bought something.

For subscriptions, you would do something similar. You can use the activeSubscriptions property instead.

Hi my friend, thank you so much for your help. I really greateful for your time..
I did as you said — I placed a label in the customer info, and this is what showed up:

so my identifier is: Assinatura_mensal_intubator (monthly subscription)….

still not working this way

You should make it so you can copy the entire label and paste it here as a JSON. The image is a little hard to read properly.