Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
i am experiencing issues with iTunes Connect, it says that the iAd Network is temporarily unavailable.
Permission Denied
You do not have necessary permissions to perform this operation.
I am the owner of the Dev Account, so does somebody else have Problems to access it?
Sign out, then Sign In.
It will work fine :)
Some issue for me, Using Chrome I fix it with:
sign off
ctrl + f5
ctrl + iad link
Work for me.
Same problem here. I'd like to think it was because the income was so high that the system overloaded, but I'm pretty sure it's just a technical error...
If Problems occur Apple now sends Supportemails to Users.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed last year.
Improve this question
When I click on Login, it shows this error
This is Windows-specific issue. It happens if the default browser is not set or the html file association and/or http protocol associations are not correctly set. The same error may occur when double-clicking an Internet Shortcut (.URL) file in the system.
To resolve the problem, use Default Programs to reset the default Web browser preference.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I am trying to implement Firebase Cloud Messaging in React Native. In the debug mode, I can obtain FCM device token and successfully send push notification, however, on the release version I receive error “not registered” or "MismatchSenderId". Shouldn’t they be the same in both? Does having two projects in Firebase Console with same bundle id create conflict? In my case there is no issue in IOS.
Thanks
As far as I know there is no difference between the device token you get for debug and for release mode. If you're having problems, that's likely coming from somewhere else.
If you want people to help troubleshoot the problem, I recommend opening a new question with the minimal, complete/standalone code with which anyone can reproduce the problem.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I need to debug an NSPreferencePane I am working on using XCode 5 I am not sure how to achieve this. Any help with how to achieve this would be greatly appreciated ?
Thanks,
Michael
With a debugger you can either start the program you want to debug, or attach to a running process. As the preference pane is loaded from a host application, you'll need to do the latter.
In gdb, for example, if you know the pid for the process you can call: -
attach <pid>
In XCode, go to the Debug menu and select "Attach to Process" and choose the host application which loads your NSPreferencePane.
I was unable to attach the debugger to the NSPreferencePane and instead used NSLog statements that I was then able to read using the Console application in OSX. Hope this will help anyone who has this issue in the future.
Thanks,
Michael
Use NSAlert to show alert wherever you wanted to log a message.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Not sure where to post this, but I can't find any information anywhere and it seems a bit urgent. When I login to Apple's developer site and go into the provisioning portal, there are app ids, devices, certificates, and company names that I do not recognize. I have sent an email to Apple but it could be days before it is seen and this is a serious security issue. I cannot access any of my own data, and it says I am someone else; I cannot logout this other person, and clearing cache and restarting browser doesn't remove this person as the logged-in user. If I click on "app ids" i see yet another person, the logged-in name changes. If I click on Edit Profile, it correctly shows my name. But nothing I can do allows me to actually see any of my own apps that have been published, and I surely wonder if others are able to somehow see my own apps just like I can see theirs.
Anyone know a more urgent place to report this? Is it happening to anyone else, or have you experienced this before?
Call them. Everytime I've dealt with apple on the phone, I've been treated efficiently and professionally.
The US number is 1 (408) 974-4897.
Find the other numbers here: https://developer.apple.com/contact/phone.php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Last year I received two "Technical Support Incidents" in the iPhone developer program, but when I went to renew I found that I would lose them. I have another two for this year, but I'm not really sure about the kind of problems that can be solved by using them.
What kinds of questions are the best use of these Technical Support Incidents? What is the kind of problem I can use them for? What do you receive when you use them? Thanks.
Technical Support Incidents are for when you need code level support for a project you are working on. If your code is hanging up on certain pieces of hardware, or you need help diagnosing a bug in your system, then you can contact the Apple Engineers to help with the particular problem you are having and they will help to resolve the issue.
Notice this is different from a bug in Apple's systems, which is what the bug reporter is for. This is when you need help from Apple to track down a solution to a problem you are having in your code.
I have personally never used it, and with sites like SO, doubt I will unless I hit one of those one in a million edge cases where I code myself into a corner.
More information is on Apple's website.