php - Send Push notification when product was approved on appstore only -
we have application, sells "downloadable" products. scenario is:
- add product our backend (powered on php , symfony)
- add product apple store , wait when approved
- 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
Post a Comment