Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I received a certificate for the test server.
Can I use a certificate MDM another server or need to request a new one?
Create a certificate for your test server and one for your production server. You can request as many parallel (== independent) certificates from Apple.
https://identity.apple.com/pushcert/
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is possible send emails from a non Gmail SMTP email account in firebase cloud functions?
I couldn't find this info.
You need to enable billing on your Firebase project. As per the documentation, "this is required to send requests to non-Google services". More details here --> https://github.com/firebase/functions-samples/tree/master/quickstarts/email-users#functions-code
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need to connect two or more machines using SAML(Security assertion markup language) to gain access to the documents of the other machine , using a link or any other mechanism . If anyone has prior experience in SAML please guide me
You need to install a STS (Security Token Service) that supports SAML e.g. ADFS, OpenAM, Shibboleth.
Then you hook up the application that allows you to view the documents.
So the path is:
User -> Application -> STS -> Authenticate -> Gain access.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is it possible to install and run ejabberd on localhost (with localhost as domain) and connect to this from a client to experiment with client functionality?
The reason that I want to do this is to be able to play around with extensions that are not available on for example jabber.org.
It is indeed possible. If you use binary installer from ProcessOne, you are even asked by installer the domain name you wish to use.
sure its possible,and really easy too. You can use any xmpp server for that like openfire or ejabberd. And Thse servers have user friendly web interface for administration.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I get this error when I try to register with the "developer program ios". I'll have to re-create apple id?
Taken from https://developer.apple.com/support/ios/university.html
If you're authorized to renew the program on behalf your University, it sounds like you're going to have to contact Apple support directly in order to renew your program.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am developing an ipad application which uses apple push notifications.I heard about feedback service in APNS which can give the information about devices uninstalled the application or devices reformatted the iOS.
I would like to know the complete details of what the APNS Feedback service offers?
Any reference document or links for how to implement the feedback service in sandbox environment is highly appreciable.
Thanks in advance.....