OceanLabs / iOS-Print-SDK

iOS Print SDK. Easily add print on demand functionality to your app within minutes! Print Postcards, Magnets, Photo Prints, Posters, Stickers, T-Shirts, PhotoBooks, etc.
https://www.kite.ly
111 stars 33 forks source link

"... currently undergoing maintenance ..." message appearing when store is not undergoing maintenance #300

Closed cortis closed 6 years ago

cortis commented 6 years ago

If you use the filteredProducts of a kiteViewController and your filteredProduct is not near the top of products to load you can improperly get the message "Our store is currently undergoing maintenance so no products are available for purchase at this time. Please try again a little later."

This problem may be exacerbated by using kiteViewController.startLoading() which I'm doing.

I have a fix for this issue that I will upload shortly.

cortis commented 6 years ago

I added a pull request with my patch (Issue#300_cortis).