Where is Apple Appcenter - certificate

I'm trying to renew the iOS push certificates according to this link
https://support.symantec.com/en_US/article.HOWTO95536.html
Tutorial says "In the AppCenter console, go to Settings --> Certificates --> Apple/iOS Certificates."
O_o I'm looking for this "appcenter console" since 2 hours...
Where is the "AppCenter console"
I looked into the itunesconnect page of my app, not found, neither in the apple developer portal..

Apple does not have an AppCenter. AppCenter is a distribution/analytic/push-notification/etc. service offered by Microsoft for mobile development.

Related

Opening developer page on Huawei AppGallery where shown all apps of that developer

Is there a way to open developer page on Huawei AppGallery where shown all apps of that developer?
You can go to My Apps to see all the apps under your developer's account. The steps are as follows:
Sign in to your Huawei developer's account: Sign in
Choose App Services:
Choose AppGallery Connect:
Choose My Apps:
Now you can see all your apps in AppGallery:

Apple Ipa package

We have some external IOS app developers who have made a app for IOS (IPA package). They have send the IPA file to me, and they have signed it with their own developer certificate - and say that we must sign it with our own, before we can deploy it.
Should we as company just sign up for a developer app and then re-sign it or what must be used ? It must be noticed, the App must not be on "app store". It is a local company app that we want to deploy to company phones etc, so outside App store
Another note. I tried to put the Ipa on a phone through apple configurator 2. It install, but afterwards the icon stay "grey" - and when trying to click on it, the error comes that the application cannot be installed. Must the app not work through apple configurationer with manual installation ? - or has this also something to do with the developer signing etc ?
Sorry - but where is the log file on an ipod, where the installation comes up with the error.
I have now got access to our apple enterprise that we already have. But from there, how I sign the Ipa file with the certificates I cannot find any where ?

How to debug on device with MonoDevelop and MonoTouch?

I am part of the Apple iOS Dev Program and I have the paid version of MonoTouch. Now how do I debug on my iPhone? AppIDs, provisioning, KeyChain??? I am lost. I have built simple apps in the simulator but cannot figure out how to debug on my device. Help!
You have to go to the provisioning portal (https://developer.apple.com/ios/manage/overview/index.action)and create a development certificate which you install in your keychain and a provisioning profile associated with your development certificate. You also have to add your device as a development device, also done through the portal. The steps to do all this are given on the provisioning portal site. After you have that all set up, look at the MonoTouch documentation on how to choose the correct profile to build your application against so it will install on the device.
Have you read the debugging docs for MonoTouch?
http://monotouch.net/Documentation/Debugging

iphone how to send my project build to someone else

my work colleague is asking me to send a build so that he can install the application on his phone to test it. I need to send this application to him today. a build that is. not the actualy project just the correct files needed so he can install it on his iphone.
Heres what I've done.
Ive added his UDID to a new device in the provisioning portal.
then i created a new provisioning profile with my app id.
On the provisioning portal there is an option in the profile section next to that new profile i just created where i can download the profile onto my desktop.
What do do from here?
Follow the steps on the portal to creating an ad hoc build and certificate.
Look at the following link, will require login to Apple.
http://developer.apple.com/ios/manage/distribution/distribution.action
Craig Hockenberry gives an excellent write up on beta testing with ad hoc provisioning here as well: http://furbo.org/2008/08/06/beta-testing-on-iphone-20/
Use TestFlight: I've blogged about Getting mobile app builds to your customers which includes a brief tutorial with screenshots on how to use TestFlight.

Why does my iphone provisioning profile not show up on Organizer?

I've followed the iphone provisioning assistant to step 3 where I'm supposed to see my installed iphone provisioning profile under provisioning on the Organizer. I currently am unable to see that. I've tried the following guide too.
http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html
Under "Provisioning Profiles" I can see both my originally created & installed profile whilst following the assistant and the generic "Team Provisioning Profile". However under "Included Devices, my iphone's "Installed" status is blank. Does anyone know why does my provisioning profile not show up on under "Provisioning" on my iphone's Summary tab when both guides say that the profile should automatically be there?
After dragging/dropping the provisioning profiles into the Organizer, did you sync your device using iTunes so it will install them onto it?
Check in Settings>General>Profiles if its there.
Also try restarting the iphone provisioning assistant.