Search results for

5.1.1

395 results found

Post

Replies

Boosts

Views

Activity

Offering account deletion in your app
Hello, I have an application that's been in the works, and I came across App Store Review Guideline 5.1.1(v), and I had some questions as it seems like many people do in this forum. I think my biggest questions is ow will Apple review the actual deletion of a user? Developers can implement soft deletes where the data cannot be accessed by anyone outside of those that have access to the database. This obviously isn't sufficient, but Apple wouldn't be able to tell the difference, at least from the api.
0
0
514
Jun ’22
Sign in with apple - Relay not allowed
Hello!I used this tutorial from sendgrid to configure emails to be sent to a private relay address.https://sendgrid.com/docs/ui/account-and-settings/configuring-sign-in-with-apple/#configuring-your-apple-developer-accountI used the recommended configuration. I added the needed address bounces+12345678@email.example.com with our account number and domain, but the emails still bounces.The message is this:550 5.1.1 Relay not allowed for <kubujacpin@privaterelay.appleid.com> from domain: <email.ourdomain.com>What are we missing?Thank you very much!
1
0
945
Nov ’19
Sign in with Apple users unable to Reply to received emails.
Has anyone else experienced users being unable to reply to communications with them? If so, was there a solution? tldr; Email from our domain to users ####@privaterelay.appleid.com email works correctly. User replies to myemail_at_mydomain_com_####_8800cbcb@privaterelay.appleid.com fail. I have emails properly being sent and received to my Sign in with Apple users via the methods described here: https://help.apple.com/developer-account/?lang=en#/devf822fb8fc The issue is if a user replies to the email. They get an immediate notice that the email was undeliverable. According to the chart available within the docs, it seems like I should not have to configure the ability to receive replies. This should be handled by the relay server. https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/communicating_using_the_private_email_relay_service Here's the failure email for reference (with private emails redacted of course) This is a system-generated message to inform you that your email co
1
0
792
Oct ’20
Do privacy policy pages have to be displayed using SafariViewContoller?
《App Store Review Guidelines》 5.1.1 Data Collection and Storage(iv)SafariViewContoller must be used to visibly present information to users; the controller may not be hidden or obscured by other views or layers. Additionally,an app may not use SafariViewController to track users without their knowledge and consent.As above,does it mean that privacy policy pages have to be displayed using SFSafariViewContoller?Can I use WKWebView to display the privacy policy pages in my app?
0
0
475
Sep ’18
How do I see which devices my app supports?
My info.plist lists MinimumOSVersion 5.1.1 and UIRequiredDeviceCapabilities armv7 (requiring iOS 6 I think) but I could have sworn I saw something mention a minimum OS version of iOS 7 either when I uploaded my ipa or submitted my app.Is there somewhere on Itunes Connect that I can verify my app's minimum OS version and/or see a list of devices that my app can be installed on?I'm trying to figure out if it will be sold to users with the iPod Touch 4 (which maxes at iOS 6.1.6).
3
0
13k
Aug ’15
Deployment Target vs. Compatibility?
Is the (OS X) iTunes App Store app Information on Compatibility set from the project minimum Deployment Target, or from somewhere else?I see one of my apps with an App store description saying Requires iOS 6.1 or later..., but in Xcode the Deployment Target setting for the submitted build says iOS 9.3. And one of the new reviews today says that a customer tried to run it on iOS 5.1.1 (and it crashed, as the app depends on several APIs that require iOS 9 or later).
2
0
2.6k
Nov ’16
Confirm iPad 1 end-of-life?
I downloaded the Xcode 7 beta and plugged in the iPad 1 that I use for testing apps that still support iOS 5.1.1, and Xcode said the device wasn't supported. I've been expecting Apple to drop support for the iPad 1 for a while, and it looks like that time has come. However, I'd like to know if Apple has stated this offically anywhere. Does anyone know?Here are the Xcode 7 release notes, but I didn't see anything there about what devices are supported:http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
0
0
526
Jun ’15
How to fix no root cert issue? please help!
Hi there!Any time I generate a certificate to use for iOS development or distribution, it shows me no root cert issue (This certificate has an invalid issuer) that I was unable to overcome. I've installed Apple WWDR CA which expires on 7th of February 2023, but I'm not sure if and how it's used when generating Requesting a Certificate from a CA via Keychain Access...Yes, if needed, I'm using Mac OS X 10.10.5 and xCode 5.1.1.Please help me if possible.Thank you,Yana
0
0
616
Jun ’17
CUIThemeStore: No theme registered with id=0 on Watch Extension when running on device
When I try to execute my app on my Watch I getAppExtension [framework]: CUIThemeStore: No theme registered with id=0while the code rests onlybsystem_platform_dlyb'_platform_memmove at line 23.No error comes out instead when I execute the app on the simulator. The error seems to pop up between applicationDidFinishLaunching() and ApplicationDidBecomeActive(). If I try to have the execution progress, it ends for the better with:Terminated due to memory issue.I use Xcode10.1 with an iPhone XS with iOS 12.1 and watchOS 5.1.1.How may I know better and fix the issue?
0
0
5.5k
Nov ’18
Private email relay service is not working after updating the Developer certificates
Hello,After updating the developer certificates for my developer account, an email sent from our REGISTERED domain is not properly relayed to the private address.The email has been bounced back to our sender with a550 5.1.1 Relay not allowedOur speculation is, by updating the developer certificate will cause an direct impact on our associated domain, regarding the apple-developer-domain-association.txt.We need a clear answer for why our relay was not working, due to yearly updates for our certificate will always cause disruption for our service if this speculation is true and is unexpected from our end.Thanks in advance,y4m4p
1
0
520
Jan ’20
Data Collection
Hi, I want to consult about this: This is regarding [Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage] My client is asking if we can remove the new account registration through the iOS App, so we won't need to ask for mobile and birthdate. For iOS App users, new users will register through the website (or through a non-Apple related app). After registering through the website, they can access the iOS App using the credentials created through another method. Will that be a problem with Apple policies? My client said they need the Mobile number and birthdate for verification. Thanks in advance for the help and guidance. Best regards, Sophia
1
0
72
Aug ’25
static libs & weak linking
We are using a 3rd party (binary only) static lib with our apps, which unfortunately was recently compiled with a higher deployment target (iOS 6) than our apps (iOS 5.1.1). As consequence our apps would now immediately crash on devicees with iOS 5 on startup, since some iOS 6 symbols referenced by the static lib are missing on such devices.Since we only have access to the binary of this static lib we cannot recompile the static lib on our own. But is there a way with command line tools to lower the deployment target of the static lib and thus turning the respective hard linked symbols into weak ones?
1
0
586
Sep ’15
App Rejected for Metadata issue
Hello, I have a subscription based app that has been rejected for 2.3.2 Performance: Accurate Metadata 3.1.2 Business: Payments - Subscriptions 5.1.1 Legal: Privacy - Data Collection and Storage I have added additional information to all of these areas, added links to the relevant privacy and usage pages. I am not sure why it keeps being rejected. I am missing some information but cannot see what is needed. Is there an example of the required information for a subscription based app for the localisation information. Currently the app needs a user account to access some of the features and the subscription provides access to that. A user with no account can access the free features without a login. Any pointers would be really appreciated
1
0
298
Nov ’24
Building a game in Unreal Engine 5 then uploading .ipa in Transfer to then see the build dissapears.
I've been working for several days to prepare my app for beta testing and to get reviewed by Apple. However, I've encountered a persistent issue. When attempting to transfer my app through the Transfer App, the app icon does not appear, and even when it does transfer, it only appears to load briefly on the App Store Connect site before disappearing. Furthermore, when attempting to upload the same build again, I receive a message indicating that I have already uploaded that build. I am feeling frustrated and unsure how to proceed. Can you please provide some guidance? Thank you. MacBook Pro Apple M2 Pro Ventura 13.2.1 Unreal Engine 5.1.1
0
0
1.2k
Apr ’23
Application loader Xcode beta version warning
I currently am trying to submit my final build of an app to the App Store. However every time I try to submit the build iTunes connect throws an error saying that all apps must be built with Xcode 5.1.1 and later. I tried uploading through Application Loader to see if that would make a difference rather than through Xcode and Application Loader gave me a warning saying I had built the app with a beta version of Xcode. The strange thing is that I'm using the current release version of Xcode, Xcode 6.4. I really need to know what is causing this so I can submit my app to the App Store on time. Thanks in advance for any reply!
2
0
302
Aug ’15