testflight

Why push notifications is not working on testflight?

独自空忆成欢 提交于 2019-11-26 10:21:22
问题 I have tested push notifications as a developer account and it worked, But when i tried to put it on TestFlight for the testers to test it, it didn\'t show a push notification but the data is correctly received, So is there a kind of certificate that i need to generate for TestFlight? 回答1: But when i tried to put it on TestFlight for the testers to test it, it didn't show a push notification but the data is correctly received. That sentence is confusing. If you didn't get the push

Get access to Build Changelog in Jenkins

狂风中的少年 提交于 2019-11-26 09:28:43
问题 I\'ve been pulling my hair out trying to find a way to include the list of changes generated by Jenkins (from the SVN pull) into our Testflight notes. I\'m using the Testflight Plugin, which has a field for notes - but there doesn\'t seem to be any paramater/token that jenkins creates to embed that information. Has anyone had any luck accomplishing something like this? 回答1: It looks like the TestFlight Plugin expands variables placed into the "Build Notes" field, so the question is: how can

My prerelease app has been “processing” for over a week in iTunes Connect, what gives?

霸气de小男生 提交于 2019-11-26 04:59:24
问题 I used Xcode 6.1.1 to upload a new version of a prerelease app to iTunes Connect so I could distribute it to my external beta testers. I\'ve done this with two versions of the same app previously and it worked fine. But this time, the upload was stuck in \"Processing\" state for over a week. I tried again (same version, new build number) and it\'s now been over 24 hours with no change. The app passed validation fine. What gives? 回答1: Go to "Resources & Help" in iTunes Connect. Select "Contact

Xcode 7 error: “Missing iOS Distribution signing identity for …”

久未见 提交于 2019-11-26 01:55:09
问题 I tried to upload my App to iTunes Connect resp. AppStore and got the following error: Failed to locate or generate matching signing assets Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues. Missing iOS Distribution signing identity for ... Xcode can request one for you. Before I setup a new development machine, exported the developer accounts via Xcode 7 from the old to the new machine. What can I do to fix this? 回答1: From Apple