문제

I am just about to publish one of my apps which has two different versions. One is for free and another is a paid one. I am using APNS in both apps with different app id. I want to integrate the flow: For instance, if a request (web) comes from any one of the apps, the respective APNS will be delivered to free as well as paid one from my PHP script. Will this break any of the Apple guidelines? I am new to web requests and APNS. Please clarify my doubt.

Thanks in advance.

도움이 되었습니까?

해결책

It doesn't break any guidelines, but your server will need a different certificate for each App, and it will need a different socket for sending push notifications to each App. In addition, you'll need to keep track of which device tokens belong to devices that installed the free app, and which belong to devices that installed the paid one.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top