Basically I tap the submit button it spins and then goes back to the default state. I can't submit app...
I added eBay EPN stuff but that was the same as last build. + checking that I do have ads on the bottom (if that was the thing I'm getting auto-stopped by) did noting and the button still would not go. :(
How do I get this to work so I can submit my build...?
it's hard to say what's exact problem,try below steps
Major thing is make sure you are using Safari browser for iTunes
connect process.It quite better than all others.
Sign out your iTunes connect account & try again the process.if possible then add new version of app.
If still you have the problem then no way Contact iTunes support team.
Related
I am trying to integrate Facebook Ads in my iOS App.
I have the SDK installed and I also already receive test-ads. So everything seems to work fine.
BUT...
On the Facebook page inside the Monetization Manager there is a 4 step tutorial on what I need to do.
was Choosing the ad format -> Banner -> Done
Integrating the SDK (I'd say it's done cause I see Test-Ads inside my app) but here's the problem... Cause there is no Checkmark there.
Is the payment info. That's done.
Would be the Review that I'd like to do, but that seems to be deactivated...
So... It also says there, that I need to be logged in to facebook on my phone with an associated Account. I am!
I don't know what else I'd need to do in order for Facebook to recognize that I already successfully displayed a Test-Ad and I just can't find any contact phone number to ask somebody.
Any hints are very much appreciated.
Btw. I already tried yesterday evening (in case the activation process simply takes longer...)
I finally found the Problem after trying every single Setting on the Facebook page...
The problem was that I added my device as Test-Device.
So after removing FBAdSettings.addTestDevice(FBAdSettings.testDeviceHash()) it was working.
Did cost my a lot of time and nerves :) But now everything works as expected!
So I really have 2 issues (obviously this question being one, but extra credit points if you can help with second).
The main one being, my iTunes Connect Users are not loading. It's just empty. I have like 20 internal testers that are usually loaded but for some reason this morning I don't see anyone. See screenshot:
What gives?
Also #2 (you do not have to answer to get answer checked, just seeing if anyone knows why this is happening): It appears that if you remove a user from your internal iTunes Connect Users and re-add them, they aren't able to download the app from test flight anymore. Anyone know how I can get around this?
So weird. Viewing in a new browser seemed to do the trick.
Also, if anyone is wondering, I was able to solve my #2 by the following:
Re-add user to Test Flight group
Have user GO ON DESKTOP (not mobile phone)
Open Test Flight email
Click 'View in Test Flight'
Get the Redeem code from page
Go to Test Flight app on phone, type in redeem code, and voila works like a charm
The bug seems to be when you remove a user from test flight, and then re-add them and they accept via phone.
My app supports universal linking and in most cases it works without any issues, tapping on a link opens the app like it should.
But sometimes, i'm not sure why, it stops working.
It happened a few times to one of the users, tapping on the link stopped opening the app and instead it opens the web.
And from that moment there is nothing you can do to make it work again.
I know that if you tap on the link in the top right corner on the status bar, it disables the universal linking and from that moment tapping on a link will open the web. and to re-anable universal linking you can tap the link on Notes App(for example) and tap the "Open in MyApp" button.
But this doesn't seems like the case, the user told me he is not pressing the link on the status bar, and even more weird, when trying to re enable the universal linking by tapping the link in Notes App, the "Open in MyApp" button is missing.
Any ideas what could cause this issue?
Based on my previous experience it could happen for various of reasons:
Most likely: apple-app-site-association is not available for user or is available with insecure connection. Here are possible origins of such problem, I am sure there are others as well:
User does not have internet or connection to your site/apple-app-site-association file on your site. Even though it should redirect to your app, Universal links feature needs to check existence of this file on site. It's done first time at app installation and each time you open your link (I checked on iOS10.3 with Charles). Note, that it does not wait the check to be completed and shows or does not show "Open in MyApp" button based on previous check. Even if user has internet on, your site could be blocked by firewall or something.
User has access to apple-app-site-association file, but he access it from a network or via a proxy that requires you to accept some certificate in order to decrypt your HTTPS access. Hence your HTTPS traffic became insecure. iOS checks that and fails validation of apple-app-site-association file.
User has access to apple-app-site-association file with good secure connection now, but previous access failed because of previous reasons -> user won't see your app opened this time or "Open in MyApp" button in context menu for reasons I described before. How to fix that? No idea, just try couple of times all the time.
You already declined that option, but just for future readers. If user taps on top right button with site name - all future transitions will redirect user to Safari instead of your app, until user tap this button again. Basically, iOS saves last user choice.
There are a lot of other reasons for that to not work, but in those cases there will be some 100% specific steps to reproduce, like does not work for certain /path or for debug/release candidates or for test server. It seems that is not your case so I won't cover it here.
Helpful links (quite a lot of repetition, but if you stuck, it's worth to repeat it):
App Search Programming Guide: Universal Links
Troubleshooting Universal Links
Sailthru's Universal Links: Troubleshooting and FAQ
The things I hate (and you should know) about Apple Universal Links
To me it happens the association file is sometimes not downloaded upon the app's installation even when the device can access the file from Safari.
I know that an app can be linked to directly from an URL so that when it is clicked on my phone, the AppStore app will open and guide me to the app in question but is it possible to link to the 'Featured' page (or better still the 'Redeem' page of AppStore from a link?
The scenario is I send a promo code for AppXYZ out in an email and the recipient can click that email link and be taken to (a) the AppStore app or (b) the AppStore app Redeem page passing the code through.
I know the link for something similar in iTunes but not AppStore. Can't seem to find any info other than links to specific apps (which I don't want).
iTunes: itmss://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/freeProductCodeWizard?code=THE_CODE
Thanks in advance.
If you want to redeem a code on the App Store it nevertheless always goes through the link you provided, but correctly spelled:
itms://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/freeProductCodeWizard?code=THE_CODE
It opens the iTunes app on iOS with the code filled in, the user still has to tap on redeem as it's still a transaction. If he does so, the app will automatically be downloaded (just tested it with the latest iOS version)
I tried to copy a couple of links from the desktop iTunes and checked, if they work on iOS, but the answer is no. E.g.:
https://itunes.apple.com/us/collection/editors-choice/id25204?fcId=531794418&mt=8
https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewRoom?fcId=1188885481&genreIdString=36&mediaTypeString=Mobile+Software+Applications
https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewRoom?fcId=554381198&genreIdString=36&mediaTypeString=Mobile+Software+Applications
(Also tried it with itms:// instead of https://)
I have added my application to the iTunes Connect and allowed the application to go Testflight Beta testing. However, when I tried to send the invitation email to the internal tester, the email, which should contains a button to open the URL from the Testflight app appears to be not clickable, and when I tried to right click to get the hyperlink, it does not have it. The button become looks like this,
As far as I am concerned, the button should actually looks like this,
I have tried to remove the internal tester from the Users & Roles section, re-adding the user as internal tester, as well as remove the tester role, adding it back again to get a new invitation email, but all the emails have this same issue.
Any ways so that I can get the button back to the usual one?
Thank you.
So, after some time, I did tried on the alternative mentioned by #WilliamCorncobDecker that I eventually opened the email in a web browser. However, in my case, the button is still not clickable. So, what I did was to view the page source and get the invitation URL and send to URL to my device.
Open the URL from the device, and it's working fine now.