TestFlight: I added new device to PP, should I upload new build to testflight? - testflight

I uploaded build to testFlight, then my friend ask me to give him possibility to download app from testFlight. So I get his UDID and added to Provisioning profile.
Should I create new build and upload it to testFlight ? If Yes, is there any option to no do that ? I dont want to confuse others users with new build, because there is no changes there...
Should my friend install testFlight app and register on test flight on iPhone?

Yes u can upload new provisioning profile in permission section on testflight without uploading new ipa

Related

Xcode-apple developer account errors

I wanna publish a test flight on i phone that was published a few times before. when I wanna achieve the app's codes on Xcode I get that errors.
Failed to create provisioning profile. There are no devices registered in your account on the developer website. Select a device run destination to have Xcode register it.
No profiles for 'com.OttoTilesDesign.OttoTilesDesignVisualizer--explicit--' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.OttoTilesDesign.OttoTilesDesignVisualizer--explicit--'.
If you want to publish you need an "App Store" provisioning profile connected to the "identifier" in your app.
Use this profile in unity and xcode.
Try to create a new one. I had a similar issue and a reimport solved it.
Be sure that you select "any ios device" in the topline of xcode.
you only need a registered device when you want to deploy for internal/local testing.
if you want to do that, you need to register your devices with the uuid under: https://developer.apple.com/account/resources/devices/list

how to distribute the .ipa files to the TestFlight using fastlane

I have .ipa file which I generated using Xcode utility, so now I want to upload this .ipa files in to the TestFlight using fastlane, can anyone help me the steps on this.
First of all you should make sure that the bundle identifier exists both on Apple Developer Center (to sign the app) and in App Store Connect (to push the app to the store).
Than you just need to implement Pilot which is Fastlane action to push ipa files to Testflight.

React Native. OneSignal. No profiles for 'com.myapp.ios.OneSignalNotificationServiceExtension' were found

I have followed OneSignal's setup instructions for React Native, but
When I try to upload app to TestFlight I get the following error 'No profiles for 'com.myapp.ios.OneSignalNotificationServiceExtension' were found'
My XCode is 10.0.
Anyone help me? Thanks in advance.
Below instructions assume that your app is building and you have successfully deployed TestFlight builds in the past (since that is where I started from). I had to use the below as "Automatically manage signing" resulted in a build fail in Xcode 10:
Go to https://developer.apple.com/account/ios/profile
Click "+' to create a new provisioning profile
Choose the type of provisioning profile you want (I went with App Store since I use TestFlight builds to test)
for App ID choose "XC YOUR_DOMAIN_APP_ID OneSignalNotificationServiceExtension" and make sure enable the App Groups capability
after you have downloaded the provisioning profile, go into Xcode, turn off automatically signing on the OneSignalNotificationServiceExtension target in General tab and import the provisioning profile you just downloaded.
Use Product > Archive as usual to create your ipa file for App Store upload as usual
I'm getting the same error on appcenter. You can temporarily workaround this problem if you create a new provision file for the OneSignalNotificationServiceExtension identifier and sign your OneSignalNotificationServiceExtension with this provision.
(Your app provision should be different. your app -> com.app.example)

Archive tvOS app

I am trying to archive my tvOS app to submit it to the App Store. But I have an error:
I don't understand what is the problem because I have a valid Developer Account and I checked the case "Automatically manage signing".
I also tried to create a tvOS provisioning profile for my app but it doesn't work.
Note: I have an iOS version of my app, which is already on the App Store and I created the tvOS app as a new target, but it seems not to work in a new project.
Can you help me please?
Fastest Solution for you is to Uncheck "Automatically Manage Signing" and go to developer site and create a provisioning profile with your apps bundle id and download it and add it to Xcode. Then it will stop complaining for the second one.
When you achieve select "Generic tvOS Device"as target device then it will stop complaining for the first one.
If you have time then watch Whats new in App Signing video of wwdc 2016 - https://developer.apple.com/videos/play/wwdc2016/401/ , it has more info on how to debug when these kind of error occur.

Adding provisioning profiles on iOS with XCode5 in delphi XE5

I have an iOS 7 device that I want to ad-hoc deploy my app using XCode5. How can I put the provisioning profile on the device? - note that I am using delphi XE5 to write the app, not xcode.
The way I have used for other devices and that is listed in the Embarcadero documentation doesn't seem to be applicable for XCode5. In the help I have looked up for XCode5, it seems to suggest that you use the XCode project manager to add the provisioning profiles, and they get bundled up with the project.
However XE5 doesn't use the project manager as far as I am aware, and I am at a loss as to how to get the provisioning profile on the device.
Please let me know one thing , in your Provisioning profile your device is added or not, if your Device is added and you want to create a ad-hoc build and want to install this app in your ios Device then you have to create the ipa file , with IPA , you does not need to add in your Device because through ipa file the provisioning profile automatically add in your Device
How to create a IPA
1) Set the Provisioning Profile in your Xcode --- go to Build Phase -- code signin
if you sucessfully set your Provisioning Profile in your xcode then
2) go to Product --Archive ...with this you have to create the ipa
Sync the IPA in your itunes and install the app in your Device
SECOND WAY TO INSTALL THE IOS APP IN IPHONE,IPAD,IPOD,
however there is also a Simple way to install the IPA
1) if you create the IPA successfully then please open the www.diawi.com
2) Upload the ipa in diawi.com after your IPA is uploading successfully a send button will be appear
so you have to click the send button a Link will be appear ,
3) Open that link in your iphone,ipad, safari browser , with this you have to install your App without Syncing in itunes
Please follow the steps here regarding the provisioning profile:
http://goo.gl/1Knh2t

Resources