6,169 questions
0
votes
0
answers
17
views
iOS Code Signing Error with manual signing
I am facing issues with iOS signing when building my app using Codemagic, but the build works perfectly on my local Mac using automatic code signing.
Codemagic Configuration: Codemagic is connected ...
0
votes
1
answer
23
views
Received an internal server error from Apple's App Store Connect
Does anyone know how to solve this? I am in the latest eas CLI. I am doing eas build -p ios... I am able to log into App Store Connect normally through the GUI, but not through the CLI.
✖ Logging in......
-2
votes
0
answers
22
views
Distribute an iOS app via my website (EU only) [closed]
for context, I am trying to distribute an enterprise iOS app (built with Flutter), which will not allow access for everybody and therefore can't be launched on the Apple App Store. Recently, it became ...
0
votes
0
answers
36
views
Asset Validation Failed in App Store Connect
Asset validation failedInvalid Executable. The executable 'ASE.app/Frameworks/MapplsAPICore.framework/MapplsAPICore' contains bitcode. (ID: 1a3605b-9d82-48ce-9200-fc8f3da1a395
Asset validation ...
0
votes
0
answers
34
views
Unable to access details page for vehicle crash entitlement (SafetyKit)
I am part of a team working to incorporate vehicle crash detection using SafetyKit.
However, I am unable to know more details about this entitlement since the details page (https://developer.apple.com/...
-1
votes
0
answers
33
views
How to remove an app from the App Store Connect and create a new app with version 1.0.0 after version 2.0.2 is live? [closed]
Please suggest a solution for reverting the versioning in app store and play console both. I have submit an app with versions 2.0.2 (Both on stores are live).
But the client needs to have Live version ...
1
vote
0
answers
34
views
Cannot Test Subscriptions in Sandbox Before App Review Approval
Question:
I am currently implementing a subscription-based feature in my app and facing a circular issue with the App Store review and Sandbox testing. Here is the situation:
I created a subscription ...
-1
votes
0
answers
23
views
How to Prevent App Store Builds from Being Released to TestFlight Users?
I’m looking for a reliable way to allow beta testers to access new features through TestFlight while ensuring App Store builds aren’t accidentally released to TestFlight users. Downgrading from a ...
0
votes
0
answers
15
views
Subscription set up in App Store Connect. The price can be displayed correctly in Xcode preview, but it cannot be displayed in real-device testing
Three subscription items are set in App Store Connect: consumable item (monthly/annual), non-consumable item (lifetime). The price can be displayed normally when previewing in Xcode, and clicking the ...
0
votes
0
answers
42
views
React Native CLI. Build from app store crash , after build from TestFlight
I am a beginner in React Native. I redesigned an application using React Native, but the first version was not built with React Native.
Currently, I have:
Version 1, which is available for download ...
0
votes
1
answer
29
views
Fastlane release_notes: An attribute value is invalid. - The language specified is not listed for localization
When uploading an app to app store connect using Fastlane I have defined function like this:
upload_to_app_store(
skip_screenshots: true,
force: true,
run_precheck_before_submit: false,
...
-1
votes
0
answers
20
views
How to verify in-app purchase transactions for my iOS app users?
I'm developing an iOS app with in-app purchases, and occasionally, users report issues with their payments.
I would like to know how I can verify the orders or transactions to help troubleshoot user-...
0
votes
1
answer
33
views
Speed up subscription renewal doesn't work [duplicate]
When testing inapp-purchases/subscriptions there was a gap in documentation that is causing the app to ignore the StoreKit Configuration File.
I was testing my subscriptions with a test user, on Xcode ...
-2
votes
0
answers
16
views
App Store Rejection - "Information Needed"
These are the questions asked
enter image description here
This is the Home Screen of app
enter image description here
How can I go for a public distribution of this app, every restriction have been ...
0
votes
1
answer
67
views
Fastlane uploads Metadata and Screenshots but they don't appear in App Store Connect
I'm new to fastlane and want to use it to update the localised metadata and screenshots for my mac app. Things seem to work fine, but the metadata and screenshots don't appear in App Store Connect. ...