Does Apple allow requesting promo codes for apps rated 17+? [closed] - app-store-connect

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
My only app with a 17+ rating has the "Request Promo Codes" button disabled in iTunes Connect. I checked Google before contacting Apple and it seems that in 2009 Apple temporarily disabled promo codes for 17+ apps. Does anybody know if this is in effect again?
I have checked the following:
I didn't use all the app's promo codes
My user has the required "legal" status

Unfortunately this is the case. I don't know why, but since about last weekend, it's no longer possible to create promo codes for 17+ Apps. I've contacted Apple to ask them about this, and they confirmed that this is the case.
I've already asked Apple if they can change this again, and hopefully some more developers will do this.

Related

How to determine or monitor apple itune app review has passed or rejected? [closed]

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 8 years ago.
Improve this question
I've an app that has been 6 days since I committed last time, I want to commit a new version as soon as it has been passed.
There's no email notifies from apple.
I have to check every several hours.
How to determine or monitor apple itune app review has passed or rejected?
Log into iTunes connect (https://itunesconnect.apple.com) and click on Manage Your Apps:
From there you can choose from your apps to determine the status.
https://itunes.apple.com/us/app/itunes-connect/id376771144?mt=8 Good and perfect for me I just found

Post Android application on google Play for free? [closed]

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 9 years ago.
Improve this question
I made an android app and want to sell it for free on google play store. But developers account cost 25$ which i don't want to spend right now because I don't want to gain profit from my application. Is there any way to post application free on play store.
Kindly provide me links if you have any about this problem. Thanks
You could publish on Amazon, on Appbrain http://www.appbrain.com/, on http://www.appsapk.com/ and many more for free!

How does a competing social network get permission to export data through a facebook app? [closed]

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 10 years ago.
Improve this question
It says in the app agreement that a competing social network has to get permission to export user data to their website. I noticed that sites like Pinterest and Myspace etc. can do this, did they have to get permission? How does one do this?
-Wayne
http://www.facebook.com/help/?page=220217228006012
Enter your question into help search and get your answer from our database of common questions. If you can’t troubleshoot your issue with our instructions, we’ll provide you with a custom form to contact us for further support.
I've contacted them for other issues that way and eventually got a reply. It might work for you too. I'm not aware of a direct email address.
There is also a fairly vague section on contacting Facebook here: http://developers.facebook.com/policy/contact/

Apple Dev Portal is showing other people's and company's provisioning information, not my own? [closed]

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

How can I accept credit card transaction in my Web Apps? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am writing a e-commercial site which allow user check out using the credit card, how can I accept customers' credit card to do transaction??
Various methods. Paypal is a quick and easy option, or you can go with a service like Authorize.net which will cost a bit, but will also provide a quick and commonly-used payment-gateway.
Depending on the ecommerce solution you're using, there are likely several creditcard-modules already developed by the community of users.
Two of the most easy ways are PayPal and Google Checkout. many others also exist. Depends on what exactly you want. Also, depending on your website, several ready-made solutions for shopping carts are available (ZenCart?).
As others have said PayPal is good tool amongst others to use. Having successfully done an integration with PayPal, I found the integration to be very straight forward and painless. Here is the link to the developer site, where you can find documentation, code samples and sandbox access to simulate Credit Card Transactions. I hope this helps.