Send Push notification when product was approved on appstore only
We have an application, which s开发者_JS百科ells "downloadable" products. Scenario is:
- Add product to our backend (powered on php and symfony)
- Add product to apple store and wait when it will be approved
- Sell it.
It works like a charm.
But I'd like to implement push notification, when new product is added to our store. The problem is that I don't know if the produc was approved and is available on Apple side. It may confuse a user, when he sees the notification about 1 new product, but it is unavailable and the user doesn't even see it on application.
Is there a way to get approved and available product list from Apple?
Hey, try parsing emails, that you get from App Store when new product is approved. This will make all notification up to date and you won't miss any user
Jus implement on your server an module that fetches the apple product to see if it is there.
http://developer.apple.com/news/ios/archives/2010/january/
Drive Customers Directly to Your App on the App Store with iTunes Links With iTunes links you can provide your customers with an easy way to access your apps on the App Store directly from your website or marketing campaigns. Creating an iTunes link is simple and can be made to direct customers to either a single app, all your apps, or to a specific app with your company name specified.
To send customers to a specific application: http://itunes.com/apps/appname
To send customers to a list of apps you have on the App Store: http://itunes.com/apps/developername
To send customers to a specific app with your company name included in the URL: http://itunes.com/apps/developername/appname
For more details on creating iTunes links, read: Creating easy-to-read links to the App Store for your applications and company.
Or Creating easy-to-read links to the App Store for your applications and company
精彩评论