App Store

RSS for tag

The App Store allows users around the world to discover and download your iOS and iPadOS apps.

Posts under App Store tag

200 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

Atraso na aprovação do aplicativo – 15 dias sem retorno
Submetemos nosso aplicativo Mais Saúde para revisão há 15 dias, e até o momento, não recebemos nenhuma atualização sobre o status da aprovação. Entendemos que o processo pode levar algum tempo, mas gostaríamos de saber se há alguma pendência ou se precisamos fornecer alguma informação adicional para agilizar a análise. Poderiam, por favor, verificar o status da revisão ou nos dar uma previsão de resposta? Agradecemos desde já pela atenção.
0
0
23
1h
Command Line Tool Embedding in SwiftUI App
I have added 2 command line tools in my swiftUI app for macOS, it was working fine locally, but it gives error when i try to make archive of it. I am not sure about the reason, but it was related to sandboxing the command line tools, after this i have tried multiple solutions but i am unable to resolve this issue, how should i handle the helper command line tools
0
0
62
7h
Content Filter Providers in unsupervised and unmanaged iOS devices
I'm looking at implementing an iOS app that has includes a Content Filter Provider to block access to certain domains when accessed on the device. This uses NEFilterManager, NEFilterDataProvider and NEFilterControlProvider to handle configuration and manage the network flows and block as necessary. My question is can you deploy this in an iOS 18+ app on the App Store to devices which are unmanaged, unsupervised and don't use Screen Time APIs? Although not 100% clear, this technote seems to say it is not possible: https://developer.apple.com/documentation/Technotes/tn3134-network-extension-provider-deployment Testing this on a Developer device and build works successfully without any MDM profiles installed. A similar approach using the same APIs also works on macOS once user permissions have been given. If it can't work on unsupervised, unmanaged iOS devices, is possible for the user to first manually install a MDM profile which includes the required 'Content Filter' details and then have it work? If not, how would you filter iOS network traffic on an unmanaged, unsupervised device? Is it necessary to use a VPN or DNS approach instead (which may be a lot less privacy compliant)?
3
0
147
10h
Does App Store provisioning ever expire?
Howdy, I thought this would be an easy question, but it turns out it's really not! In fact, it flies in the face of how the Apple ecosystem is set up. That said, I still need an answer to be able to inform our customers of what their app update options are. The question: Does app store provisioning ever expire? Based on the very limited information I can find, it either expires in one year, two years, or never. Anecdotal evidence seems to indicate that the answer could be never, but I need to confirm this. The use case: Some of our customers are very old school. They tend to find a technical solution and stick with it. As such, they do not update apps regularly on their field iPads. They generally only update when they are forced to. They use MDM to deploy the app, and would set the MDM not to pull updated apps from the app store when available, essentially keeping the same version of the app in use for as much as 3 years or more. If this were to happen, I need to know if the provisioning for the old version of the app will ever expire if they get it from the app store. I know with an enterprise deployment of .ipa files via MDM, the app provisioning/certificate will expire after 1 or 2 years (can't remember which atm), but I can't find an answer about app store provisioning. Hopefully someone can provide me with an answer on this forum. Thanks in advance, Mapguy
3
0
143
1d
Verify Receipt is not found - After successful payment for Annual subscription.
The application is developed with Xamarin Framework and it is live now. The customer installed the app and purchased the annual subscription. And for some reason, they uninstall and reinstall the application on the same device. Now user wants to restore the subscription. In the application, there is an option to Restore the subscription. But restore API not return purchase details. But when clicking the subscription button instead of restoring the subscription, it says you subscribed to this plan". is there any possibility of not getting VerifyRecipt even after a successful purchase?
0
0
95
4d
I'm trying to get the "App and Book Information" of the custom app, but the result is empty.
I'm looking at the Apple official document below and getting the app's information. https://developer.apple.com/documentation/devicemanagement/getting-app-and-book-information-legacy However, I couldn't get the custom app's information for a few days ago. The result item is empty. This is a URL that is normally viewed. https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&p=mdm-lockup&caller=MDM&platform=volumestore&cc=jp&id=1202716089 This is the URL that gives an empty response to the result. https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&p=mdm-lockup&caller=MDM&platform=volumestore&cc=jp&id=1556411142 In ABM/ASM, the number of applications used and the number of available applications are all viewed normally. Is there anything else I can check? Please reply. Thank you.
1
0
138
4d
Failed to get the app and book information for the custom app.
I was importing the app's information based on the document below. https://developer.apple.com/documentation/devicemanagement/getting-app-and-book-information-legacy However, I have failed to get the information of the custom app from a few days ago. The result is empty. This is a request with an empty result. https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&p=mdm-lockup&caller=MDM&platform=volumestore&cc=jp&id=1556411142 This is the request with results. https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&p=mdm-lockup&caller=MDM&platform=volumestore&cc=jp&id=1202716089 In ABM/ASM, you can see my assets and both the quantity in use and the quantity available will be searched normally. Is there anything else I can check? Please reply. Thank you.
1
0
110
4d
ReferenceError: ReadableStream is not defined, Command PhaseScriptExecution failed with a nonzero exit code
ReferenceError: ReadableStream is not defined at Object. (/Users/anaadmin/Documents/AnaNewApp/node_modules/@expo/cli/node_modules/undici/lib/web/fetch/response.js:528:3) at Module._compile (node:internal/modules/cjs/loader:1198:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10) at Module.load (node:internal/modules/cjs/loader:1076:32) at Function.Module._load (node:internal/modules/cjs/loader:911:12) at Module.require (node:internal/modules/cjs/loader:1100:19) at require (node:internal/modules/cjs/helpers:119:18) at Object. (/Users/anaadmin/Documents/AnaNewApp/node_modules/@expo/cli/node_modules/undici/lib/web/fetch/index.js:11:5) at Module._compile (node:internal/modules/cjs/loader:1198:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10) After trying out all suggestions and different versions of tools such as XCode, nvm, yarn, node, etc., nothing works for me i added : <PROJECT_PATH>/node_modules/@langchain/core/dist/utils/stream.cjs - add const { ReadableStream } = require("web-streams-polyfill"); npm install web-streams-polyfill Tried downgrading to Node 18 as well as various polyfills but haven't been able to get it to work Following does not work in xcode Delete your Podfile.lock (I like to use the command '-rm -rf Podfile.lock' on the terminal for this) Delete your Pods folder (I like to use the command '-rm -rf Pods' in the terminal for this) Delete your .xcworkspace Pod install Clear your project into XCode> Product> Clean Build Folder i have tried cd ios pod install Continuously i am getting same error. Any one know, how to resolve this error
0
0
214
5d
Issue with Developer
I am a startup founder based in India. Recently the iOS developer we were working with left the company in some what acrimonious circumstances. Post his departure from the company, he has made it clear that he will try to cause damage to our iOS app to the extent that it starts to crash. Even though we have removed his access, as a non tech founder, I am not sure what ways he can edit or hamper our iOS app and what measures we can take to protect the same. Please advise us with steps for us to secure our code and ensure no one can edit the same or hamper our iOS app on the app store. Thank you
1
0
127
5d
Restricted access for Account Holder on Apple Developer platform
Hey, we've recently realised that our Account Holder access was restricted to the App Store Connect, however all other accounts (Admin, Marketing, Developers) can access it. Restricting Account Holder access means that we can't push updates on App Store and limits our functionality. We've submitted multiple requests to Apple Support, but no answer for a month, no hotline phone number for developer services, only general hotline which can't fix the issue due to recent Apple Security changes and it redirects us to the general request submission form. Does anyone has the same problem? How do you fix that? Are you also experiencing delays in reply from Apple?
0
0
117
6d
Why is my app not available on the Mac App Store
Hi, I recently created Peek Transit, and I was wondering why my app shows "Not Compatible With This Device" on the Mac App Store. In Xcode, I tested my app both for the "Design for IPad" and "Catalyst" options on my mac, and In both cases it worked as expected with no errors or warnings. In the App Store Connect, I have checked the "Make Available on MacOS" box and selected the minimum compatible OS version. The issue doesn't seem to be just in my mac as the app is marked as not available for mac at all in the device requirements of the app store page. Here is the Github Repo if you want to take a look at what I have in the info.plist. Thanks, Ayman
1
0
160
1w
How to update app store images on existing app
The documentation says I can update images when the app is in states: Prepare for Submission Ready for Review When I submit a new version it goes from Ready For Review to Waiting For Review within the same minute. Did I do something to make it go to Waiting For Review? Is it only in state Prepare For Submission before I submit the first version or can it be in that state for subsequent versions? Why do they make it so hard??? When and how can I update app store images on existing app?
1
0
154
1w
[Regarding Change Requests] Handling of a Separate App Using the "Indeed" Name
The attached URL leads to an app that uses the name "Indeed" in its title in Japanese. However, this app is not part of our company's official offerings. As it may lead to user confusion, we would like to request a title change to remove the "Indeed" name. Would it be possible to receive support from your side in addressing this matter? https://apps.apple.com/jp/app/%E5%B1%A5%E6%AD%B4%E6%9B%B8%E4%BD%9C%E6%88%90%E3%82%A4%E3%83%B3%E3%83%87%E3%82%A3%E3%83%BC%E3%83%89-%E8%81%B7%E5%8B%99%E7%B5%8C%E6%AD%B4%E6%9B%B8%E4%BD%9C%E6%88%90%E3%82%A2%E3%83%97%E3%83%AA/id1473493711
0
0
98
1w
Company / App Acquisition
We are considering the acquisition/merger of another app and platform within our same industry. Ultimately our goal is to use their brand instead of ours as it has more recognition in various markets that we don't currently operate in. The merging of these brands and platforms is complex, and therefore we want to create an app/platform that combines the brand and features. We will then move a small sub-set of users to test and verify the migration, user on-boarding etc of the combined platform - effectively phasing in users to the new experience. After we take the learnings from this phased approach and incorporate it - we will iteratively increase the size of these phases and ultimately end up with all users on this new app/platform. The question I have is, since their existing app has more reviews than ours we would prefer to ultimately land the new merged platform and app to their current application - preserving those reviews. Is there an easy or supported way of either: Moving their app reviews and ratings to the new merged app/platform? (e.g preserving the reviews by moving them to this new app) Push the new app into the old app bundle? (preserving the reviews by "taking over" the old app with the new one) The issue with with option #1 is that I don't believe it's supported/possible in the app store eco-system. I believe Option #2 is possible but asking users to have download/use the old app again after having pushed them over to the new platform app during the transition seems burdensome. Is there a way to make that transition easier? Is there a supported way of getting to our goal of preserving the reviews that I'm unaware of? Thanks for any help or clarity you can provide.
0
0
191
1w