Search results for

5.1.1

411 results found

Post

Replies

Boosts

Views

Activity

550 5.1.1 Relay not allowed for <xxxxxx@privaterelay.appleid.com> from domain: <xxx.com>
I have verified my domain and also registered my email address on same domain via developer portal. However I'm still not able to send emails through Apple's private email relay service.I get the following error:550 5.1.1 Relay not allowed for <xxxxxx@privaterelay.appleid.com> from domain: <xxx.com>I'm aware of this thread https://forums.developer.apple.com/thread/122270#380406.I tried sending on Gmail web (my registered email address with same domain). I also tried SendGrid. Both are unsuccessful. What did I possibly miss?
1
0
2.9k
Jan ’20
Reply to App review with different authentication system
Your issue is guideline 5.1.1 (v):5.1.1 (v) Account Sign-In: If your app doesn’t include significant account-based features, let people use it without a log-in. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law.In the notes to App Review explain why the app needs an identification number with a generated password by a governmental entity (and) requires as well an email or phone confirmation to be able to login in the app.It might also help your chances of approval if the app opened and did something a little useful for the general public user without requiring the log in. If an authorized user then logged in the app would do much more.
Jan ’20
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
538
Jan ’20
Can't send email to private relay addresses: 550 Relay not allowed
We're unable to send email to private relay address.The server we're sending from is also the MTA, the domain is verified (with a checkmark) in and we're using (correctly configured) DKIM, DMARC (set to reject unauthenticated mail), and SPF (set to reject mail that doesn't match), but we're still getting this error:550 5.1.1 Relay not allowed for <xxxxx@privaterelay.appleid.comWhat could be wrong?Our SPF record looks like this:v=spf1 a mx ip4:... ip4:... ip6:.../64 ip6:.../64 include:servers.mcsv.net include:_spf.google.com -all(again, the email is actually sent from the server matching 'a', not mailchimp or google)I'm also able to verify that all the headers look right: Return-Path, From, and the smtp from all match both the verified domain and I've added it as an individual email address, Authentication-Results says dkim=pass, spf=pass, and dmarc=pass (p=REJECT sp=REJECT dis=NONE), the d value in the DKIM signature matches the domain, in short, everything seems to be set up properly.
2
0
4.3k
Dec ’19
Reply to Swift Playgrounds Author Template for xcode
You're right, I could not find a way to run this, whatever version of XCode I used. It is very unfortunate.Message is slightly different, but same problem:Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.1 compiler: Swift_Playgrounds_Author_Template_for_Xcode_11.1/Template/SupportingContent/PlaygroundsFrameworks/iphonesimulator/PlaygroundSupport.framework/Modules/PlaygroundSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmoduleProblem is PlaygroundSupport exec in PlaygroundSupport.frameworkThat's why we need urgently Swift birai API stability, promised a long time ago…See also:https://stackoverflow.com/questions/58654714/module-compiled-with-swift-5-1-cannot-be-imported-by-the-swift-5-1-2-compilerI fear the best option is to file a bug report.I finally found an XCode version that builds it: XCode 11.0 (specifically 11.0 GM2, build 11A420a). I could select the target LiveViewTest.app to launch in simulator.Readme states:The supporting content included with this template, including
Dec ’19
Reply to Personal Data Permissions
> Does anyone know if this permission (a permission asking the user whether or not they consent to their personal data being collected) is required if we decide to store the data locally instead of uploading it to our servers? We don't want to scare users with a messag, especially since we're collecting data that is not really even that personal.You certainly need permission to 'transmit' personal data. You also need permission to 'collect' personal data according to 5.1.1 ii. If the message to the user indicates what data being collected is not really even that 'personal' it may not scare the user.
Nov ’19
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
956
Nov ’19
Reply to Unable to Send Emails to Private Relay Service
Instead of certifying a domain - can we certify specific email addressed ? The setting does not seem to work for that.We are using a DNS setting to send emails from Mailgun that appear as mg.pettingclub.com . However we cannot load the txt signature file to that domain because obviously the mail server is at Mailgun.So we tried instead to set the Individual Email Addresses settings, but any address we added to it - does not seem to work. Not info@pettingclub.com , nor any gmail address we tried. For example:550 5.1.1 Relay not allowed for <xxxxxxxxxx@privaterelay.appleid.com> from domain: <gmail.com>Is there a problem with setting up individual email addresses?
Topic: App & System Services SubTopic: General Tags:
Nov ’19
Reply to Unable to Send Emails to Private Relay Service
We are using Mailgun and are also not able to send to Apple Id users who use the email relay. We receive an error message as follows:Failed: postmaster@mg.pettingclub.com → xxxxxxx@privaterelay.appleid.com ...... Server response: 550 5.1.1 Relay not allowed for <xxxxxxxx@privaterelay.appleid.com> from domain: <mg.pettingclub.com>Can someone from Apple please respond whether Mailgun is supposed to work with apple relay?
Topic: App & System Services SubTopic: General Tags:
Nov ’19
Send email to privaterelay.appleid.com failed
Hi When our team integrate Sign in with apple function, we met some trouble. As some other people mentioned,We also can not send email to apple relay with our personal email list in Developer Portal.We don't know why? Please help us to fix it. Following are error infomation.Status: 5.1.1Action: failedDiagnostic-Code: smtp; 550 5.1.1 Relay not allowed for XXXX@privaterelay.appleid.com. from domain<our domain>
1
0
3.6k
Oct ’19
SwiftUI, build MacOS app from previous iOS app
Hi, I'm using the new feature of the xCdoe which buld iOS, iPadOS and macOS together I have published my app for iOS and iPadOS without any issue but when I try to publish it on mac the review team reject my app because if crash but I tested it in my computers without any issue it didn't crash at all the crash files they provided :Application Specific Information:abort() calledAttributeGraph precondition failure: attribute failed to set an initial value: 140.Thread 0 Crashed:: Dispatch queue: com.apple.main-thread0 libsystem_kernel.dylib 0x000000010e35e47a __pthread_kill + 101 libsystem_pthread.dylib 0x000000010e3bb6cb pthread_kill + 3842 libsystem_c.dylib 0x000000010e177a28 abort + 1203 com.apple.AttributeGraph 0x00000001330e2420 AG::precondition_failure(char const*, ...) + 2734 com.apple.AttributeGraph 0x00000001330b3bdf AG::Graph::UpdateStack::update() + 14355 com.apple.AttributeGraph 0x00000001330b3d59 AG::Graph::update_attribute(unsigned int, bool) + 3776 com.apple.AttributeGraph 0x00000001330b8969 AG::S
0
0
1.3k
Oct ’19
Reply to Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.1 compiler
I have enabled Build Libraries for Distribution and cleaned the build folder but i am still getting the Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.1 compiler: /Users/oliviervincent/Documents/Spliqs/SpliqsAR/HelloWorld/AudioKit-iOS/AudioKit.framework/Modules/AudioKit.swiftmodule/arm64-apple-ios.swiftmodule error.What am I missing please?(using Xcode 11.2 beta 2)
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’19
Rejected because bad description for "NSAppleMusicUsageDescription"
My app got rejected for the following reason:Guideline 5.1.1 - Legal - Privacy - Data Collection and StorageWe noticed that your app requests the user’s consent to access their media library but does not clarify the use of the media library in the applicable purpose string.The NSAppleMusicUsageDescription or Privacy - Media Library Usage Description in my info.plist file is:My app name needs access in order to load songs from your Music Library.My app is an audio player that can import songs from the users music library, or directly play the songs if the user is an Apple Music subscriber.In iTunes Connect I have submitted an appeal to the App Review Board but haven't got any reply so far.What's wrong with my description?From the Human Interface Guidelineshttps://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/Explain why your app needs the information. Provide custom text (known as a purpose string or usage description string) for display in the system
0
0
1.6k
Sep ’19