Hi
After uploading a problematic version of our app to TestFlight my iphone does not get push notification anymore for our app. Other users are not affected.
I deleted the app and installed the version from the appstore and still i do not get push notifications to the app.
anyone that installed the version on testflight can't get push notification even if they went back to the original version from the app store.
also tried to shutdown / startup the phone... no change.
Any idea what went wrong and how to fix it?
Post
Replies
Boosts
Views
Activity
Hi
If i put
"paths": ["*"]
any link to my site opens the app.
However, i only want link like the following to open the app
https://www.domain.com/Product/63868/48
So i changed to
"paths": ["/Product/*"]
but now no link opens the app.
Any ideas what I'm doing wrong?
I have an app running on IOS (Iphone). I want the users to be able to search for it on their local device search by two different languages. I can see this working on several apps i have installed.
How can i do this? Currently it only finds the app if the user searches for it's name in the actual language the name is in...
Hi
I'm using push notification for years with no problem. We send them directly from our server using ssl://gateway.push.apple.com:2195
As per Apple's request to move to the new APNS, we tried using ssl://api.push.apple.com:443 and also ssl://api.push.apple.com:2197.
We get a positive response from the APN servers (Connected to APNS Message successfully delivered 456) but the push does not arrive on the device.
If we go back to ssl://gateway.push.apple.com:2195 all is working well.
Any ideas?