Issue in Integrating In-app to the iOS application [closed] - ios

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
Is it necessary to submit the app to implement In-App purchase..
We havent yet submitted the app to the app store.. We have added the code for In-App in our app & we actually fetch the products created in Itunes connect via Storekit framework but when we run the app we are getting message as "Invalid Product Identifiers"...
When we browsed the issue on Google & came to know that we need to submit the app to the store & then work on In-app... Is this true??
Kindly help us..
Looking forward for the response at the earliest..

No, you do not have to submit in order to test (your app is very likely to be not admitted to the store).
If you have recently added the products to iTunes Connect, and then immediately start testing, it will probably not work as it takes some time for the products to penetrate the store. Give it 24-48 hours and try again to see if it fetches your products correctly.
If this still does not happen you probably have an error in your code for fetching the products.

Related

iTunes Connect Submit For Beta App Review no option to disclose IDFA usage [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
Today I uploaded a new build from Xcode to try the new TestFlight external testing program. After I submitted the beta app for review it was rejected because of "Undeclared Use of Advertising Identifier [IDFA].
I know I'm using the IDFA for ad tracking, and I have no problem declaring that, but the TestFlight submission process has no place to declare this. When I've submitted to the real app store there were questions I answered about the IDFA, but it seems the External Testing review flow does not have the same questions. It only asked about Export Compliance then I submitted.
Tried uploaded a new build and had the same problem again. Something I'm doing wrong or bug in Apple's new flow? Anybody else seeing the same problem or worked around this?

Removing an IOS app from the app store- from an existing user's perspective [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
We are "Removing From Sale" an iOS App currently available on the AppStore. I am curious how this works from the perspective of people who have downloaded the app. I assume the previously downloaded App will keep working but is there a way (e.g., via an Upgrade) that we can let people know that App is no longer support and give them the option to remove it? Are there any best practices when removing an App so you don't piss off people who already use it (given that at some point it will break).
Your best bet is to release one more update to the app, notifying the user of the pending removal from sale. You could do this using a UIAlertView on launch, or in any number of ways. You could also update the App Store description to call users' attention to the pending deletion. If you simply remove the app from sale, existing users will keep their copy but will not be notified that it has been removed from sale.

iOS app link usage in app for sharing detail about an app, which is still pending Apple's review, will Apple allow this? [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 5 years ago.
Improve this question
when I completed itunes connect app process (status is waiting for review) , itunes connect shows the app link in "links" section.
I am going to upload app first version (not yet any earlier version to Appstore) to Apple app store ,but i want to show the same app itunes link in my app (which is I am uploading) itself for share app link via email(body text) functionality but app is not yet ready for sale.
(Once app will approve,same link can work for download) ?
Is apple allow this and will approve app if I am doing like this ?
This is an absolutely normal thing. I have implemented that for asking the user to rate my own games and apps. When the app was submitted, the links didn't work, of course. They were accepted and when each app went live it would allow rating by the user.
I also have experience with "gift this app" links: no problem.

Unable to Process Request when posting In App Purchase ios [duplicate]

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 am trying to add new iOS App to iTunes Connect.
I have all AppID , Development & Distribution Provision certificates for my iOS App.
I have already fill all requirements metadata , screenshots , descriptions , etc... in iTunesConnect.
However when i save the following error is occurring.
I tried with many browsers and all are the same result.
My App is Photo/Video App with Universal.
How can i solve it?
It's very possible that it's the same problem that I answered over here:
Can't upload screenshots for my application in iTunes Connect
It's likely just a safari cache issue:
Open Safari Preferences...
Click the Privacy Tab
Next to #### websites stored cookies.... hit Details...
In the search box type Apple.
Click apple.com in the list and hit Remove.
Bob will then be your uncle.
Did you tried Application Loader program rather than uploading through iTunes Connect. If it's still not working try after sometime. i saw in some discussions that it will be ok after sometime.

iOS Store Reviews Discrepancies between itunes and web reviews [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 have an app that i've launched and the reviews that are being displayed in the itunes store are different than those i'm seeing in the web version of the itunes store. Any one have any clue why they'd be drawing off two different databases of reviews?
Thanks
Shan
There are different Appstores for different countries. The reviews in one appstore (e.g., the US appstore) do not appear in the appstores for other countries. Check your web URL and see if it matches the country associated with the Apple ID you are using to check from your iOS device. You can change the web URL easily by typing in the appropriate country code. You can change the appstore you see on your iOS device by logging in to a different Apple ID associated with the other country.
For example, the US appstore URLs will start https://itunes.apple.com/us/app/name-of-app, whereas China appstore will be https://itunes.apple.com/cn/app/name-of-app and so on

Resources