printdotio / printio-ios-sdk

SDK that enables the printing of any photo, from any source, onto any product!
Other
20 stars 11 forks source link

Cannot delete any item from shopping cart #530

Closed clarrat closed 7 years ago

clarrat commented 7 years ago

Hi, i tried out your sdk for IOS. Everyting works except for deleting some item from the shopping cart. Is this a bug?

ivankovicmilos commented 7 years ago

Hello @clarrat ,

Can you provide steps of issue or to record video?

How do you try to delete item in cart? with swiping or with remove button?

Thanks

clarrat commented 7 years ago

Hi @ivankovicmilos ,

with the remove button. I think a popup should appear when I click on the delete button. But nothing is shown. There is also no output in the console.

Screenshot

Thanks

clarrat commented 7 years ago

Hi @ivankovicmilos ,

I could identify the error. If I set following Firebase dependency in my PODFILE, the overlays don't pop up in the Gooten UI:

pod 'Firebase/AdMob'

Do you know why?

ivankovicmilos commented 7 years ago

@clarrat Hi, this is question for our dev @perisicboro, please help here.

So far, i was unable to reproduce this issue on our end. Delete button works good on real device and on simulator so if you can, please share exact steps with screenshots or record video of whole process. Also, can you tell me which version of SDK, iOS and model of phone you are using

thanks

clarrat commented 7 years ago

I have created a test project to reproduce the error. Please give me an email address to send you the download link.

thanks

ivankovicmilos commented 7 years ago

@clarrat Did you reproduce this issue on real device or just on simulator? as i asked, please share with us video of whole process. from creating product until issue with 'remove' button. Here is my email, i will try to recreate on my device milosi@gooten.com

perisicboro commented 7 years ago

@clarrat We were able to recreate this issue. I will inform you when we fix it and release SDK update.

perisicboro commented 7 years ago

@clarrat Fixed in v1.8.43(38)

clarrat commented 7 years ago

The fix solved the problem. Thank you.