Post not yet marked as solved
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?
Post not yet marked as solved
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...
Post not yet marked as solved
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?