php - Send Push notification when product was approved on appstore only -


we have application, sells "downloadable" products. scenario is:

  1. add product our backend (powered on php , symfony)
  2. add product apple store , wait when approved
  3. sell it.

it works charm.

but i'd implement push notification, when new product added our store. problem don't know if produc approved , available on apple side. may confuse user, when sees notification 1 new product, unavailable , user doesn't see on application.

is there way approved , available product list apple?

hey, try parsing emails, app store when new product approved. make notification date , won't miss user


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -