Creating and send ipa with only Technical permission - ipa

I have developed an Application and verified in simulator.
Now i need to send build to my Client. My client has provided me technical role in Itunes connect .
I can login in Itunes connect with my ID and can see my name under users as technical permission.
Please let me know how to proceed to create an ipa .
I do have an IPhone wih me . My purpose is to create an Ipa. Install it in my Iphone and test and the provide build to client.
Any help will be greatly appreciated !!
-mia

I just figured it out.
Normally its not the access we need in Itunes connect.
Client must provide member or admin access in developer account and then only we can create an ipa from our side with the provisioning profile and certificate at clients account.
Thanks
-mia

Related

Universal link from api endpoint

Hellooo
I am integrating Stripe connect with my app and am trying to configure a universal link as a redirect for once the user has signed up an account with stripe.
Does anyone know if this is possible?
I am trying to host this link on my api. I have added a apple-app-site-association file to the root folder of my api, and specified a path as an endpoint /users/integrations/stripe/redirect.
I have added the api.mycompany.com as an associated domain on my app.
I am not being redirected to the app when I sign up with Stripe.
Any help or guidance would be great, even if to tell me I'm being an idiot and can't achieve my goals.
thanks

Cognito Developer Authenticated Identities with Node

I'm trying to create a login system with Node as the backend/web service for the app, also with an iOS app. I'm trying to use Amazon Cognito to do this, but I can't figure out how to register/authenticate users from either end. The only tutorials I've been able to find use Facebook login, which don't help me.
Edit: I have unauthenticated identities working somewhat, but I'm still clueless as to the authenticated developer identities.
While I understand you are looking specifically for a Node sample, we do have a full end-to-end sample with a Java backend and iOS and Android clients.
The clients also handle transition from unauthenticated to authenticated, linking multiple logins with your developer identity and more. Hopefully this will help fill the gaps you have. If not, please let us know what we can do to improve.

DocuSign API: “Invalid Signature Credentials”

I am using embedded signing as well as remote signing for different users with different recepientIDs. We are using Soap APIs for this application. The application works perfectly using developer account with
DocuSign webservice(UAT) : https://demo.docusign.net/api/3.0/api.asmx
But now we are trying the same codebase with our production account which is at na2 region. We are facing an issue "Invalid Signature Credentials".
DocuSign webservice(Prod) : https://na2.docusign.net/api/3.0/dsapi.asmx
Please let me know if I am missing anything or something needs to be configured for production account.
Thanks in advance.

How to authenticate users accesing my bluemix app?

Any option available to authenticate users accessing my app on bluemix URL?
I want to make a set of audience to use my bluemix URL?Any leads how to implement this?
You can go to your app overview page and click on edit routes. You would see enable app authentication property which by default is OFF. Make that to "ON". After that you need to add member to your organisation who would have access to your app.
Attaching a sample screenshot for your help :
The SSO service is the way to go if all the users accessing your application have an IBM ID. In some cases we have used a more custom api key approach or even pre-exchanged certificates for which you would need to add some code for.
In bluemix you can add people to your organization, once you do that they will be able to manage your app, delete, restart, stop, etc.
Take in mind that you are the one who pay for the app so if they add memory or instances you will be charged for those expenses.
In order to add people to your organization:
Login to https://ace.ng.bluemix.net
Click on 'MANAGE ORGANIZATIONS'
Add/invite a bluemix user to manage your app
Complete documentation on using the OAuth authentication service with the SSO service in BLuemix is available here: https://www.ng.bluemix.net/docs/#services/SingleSignOn/index.html#sso_gettingstarted
Examples and client code also:
https://hub.jazz.net/project/bluemixsso/SingleSignOnSampleClient/overview. The sample application can help you write your own client application to leverage the IBM Single Sign On for Bluemix service's capabilities. You can create your own copy of the code in your own DevOps JazzHub account as well, and then build it and then deploy it to your own IBM Bluemix space.
You need to try single sign on authentication provided by bluemix.
Below is the getting started link with this:
https://www.ng.bluemix.net/docs/#services/SingleSignOn/index.html#sso_gettingstarted
You can get various option to authenticate users(via fb,google) etc and apply in your app.
Please review this link, about Single Sign On.
https://www.ng.bluemix.net/docs/#services/SingleSignOn/index.html#sso_gettingstarted
I hope this help you.
Good luck!

ADFS authentication for Corpnet users

I need ADFS authentication for Corpnet users for my Windows 8.1 app. I don't know how to get this working. I am able to authenticate via Azure but not Corpnet.
Thanks
Vinod
This is a complex topic to explain in just a view words as your question is rather open.
Do see if this can get you going for a web application: http://msdn.microsoft.com/en-us/library/windows/desktop/bb736227(v=vs.85).aspx
Or for a Windows Phone App: http://www.cloudidentity.com/blog/2014/02/16/a-sample-windows-phone-8-app-getting-tokens-from-windows-azure-ad-and-adfs/

Resources