Search results for

5.1.1

395 results found

Post

Replies

Boosts

Views

Activity

Reply to Regarding App Tracking Transparency popup and GDPR consent Promt
My question requires an interpretation of the language in 5.1.1 (iv) because I will be using the Google UMP to collect UE GDPR for my ads that are served from AdMob. Non-UE users will still default to Apple's ATT. Effective in January 2024, if GDPR consent is not fully granted, or if it is not specifically configured using Manage Options in such a way as to allow AdMob to serve ads, no ads will be delivered from AdMob. The user-interface from the Google framework is so complicated and convoluted that it will be virtually impossible for a user to define the correct configuration - even if they want to. That being the case, any selection other than Consent will effectively disable ads from AdMob; thus preventing developers (who rely on AdMob) from generating ad revenue when GDPR applies. My question is whether it is acceptable under 5.1.1 (iv) for me to restrict access to my app unless the user provides the necessary consent to meet AdMob's requirements? Would restricting the app to a limited
Sep ’23
Log in request
Good afternoon, I wanted to comment something to see if you can help me find a solution. The apple review team tells us the following “Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register with personal information to purchase in-app purchase products that are not account based” To use our applications you have to buy them but we want users to be able to try it for free for a few days before buying it. Therefore, to avoid that they can use it during the trial days and then uninstall and reinstall it we have put a register at the beginning. This way when the trial days are over they will only have the option to click on the Unlock button which will take them to the App Store to buy it. But I see that in Apple's Best practices it says: “Delay sign-in for as long as possible. People often abandon apps when they’re forced to sign in before they can do anything useful. To help avoid this situation, give people a chance to get a sense of what yo
0
0
439
Sep ’23
Delta 8 Hemp Cannabis delivery app in texas
5.1.1: Apps that facilitate the legal sale of cannabis must be geo-restricted to the corresponding legal jurisdiction. I want to launch a Hemp cannabis delivery service in texas. Delta 8 cannabis is legal in texas, as its derivered from hemp and less than 0.3 percent THC. This leaves me with the question of whether or not it would follow the ios store guidelines if it was geofenced to TX.
0
0
378
Jul ’23
Apple keep rejecting app for login before buying subscription.
Our app is multi-platform android/web/ios, all platforms got their own payment mechanism, on iOS before buying subscription we are asking user to login to check whether they already bought subscription through any other platform so that user don't need to pay twice also to sync purchase with our server. But apple keep rejecting our app with below message. Need help guy. Apple's Message Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register with personal information to purchase in-app purchase products that are not account based. Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user. User registration that requires the sharing of personal information must be optional or tied to account-specific functionality. To resolve this issue, please revise your app to not require users to register before purchasing in-app purchase products that are not account based.
0
0
350
Jul ’23
Reply to Jax-metal on M2 Pro does not recognize GPU
Hi, I just ran into this issue on an M1 14 MBP. I got it to install and run correctly. Instructions here. The key is for now it needs jaxlib 0.4.10 but jax 0.4.11. Jax seems to allow using a jaxlib that is one point version less, so this configuration works. The key instructions are below: # obtain JAX source code git clone https://github.com/google/jax.git --branch jaxlib-v0.4.10 --single-branch cd jax # build jaxlib from source, with capability to load plugin python build/build.py --bazel_options=--@xla//xla/python:enable_tpu=true # install jaxlib python -m pip install dist/*.whl You also need Bazel 5.1.1 to build jaxlib (it’ll give you instructions if it can’t find it) and Python 3.10 or it won’t install the jaxlib wheel. If you’re using Anaconda you’ll have to create an environment using 3.10 and not any other version. At this point it tells you to install Jax via pip, but don't do that or it will default to 0.4.10 which is the wrong version. Instead, download the zip for the source code for the
Topic: Machine Learning & AI SubTopic: General Tags:
Jun ’23
Reply to Jax-metal not recognising GPU
Hi, I just ran into this issue on an M1 14 MBP. I got it to install and run correctly. Instructions here. The key is for now it needs jaxlib 0.4.10 but jax 0.4.11. Jax seems to allow using a jaxlib that is one point version less, so this configuration works. The key instructions are below: # obtain JAX source code git clone https://github.com/google/jax.git --branch jaxlib-v0.4.10 --single-branch cd jax # build jaxlib from source, with capability to load plugin python build/build.py --bazel_options=--@xla//xla/python:enable_tpu=true # install jaxlib python -m pip install dist/*.whl You also need Bazel 5.1.1 to build jaxlib (it’ll give you instructions if it can’t find it) and Python 3.10 or it won’t install the jaxlib wheel. If you’re using Anaconda you’ll have to create an environment using 3.10 and not any other version. At this point it tells you to install Jax via pip, but don't do that or it will default to 0.4.10 which is the wrong version. Instead, download the zip for the source code for the
Topic: Machine Learning & AI SubTopic: General Tags:
Jun ’23
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage(purchase in-app)
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register with personal information to purchase in-app purchase products that are not account based. Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user. User registration that requires the sharing of personal information must be optional or tied to account-specific functionality. Next Steps To resolve this issue, please revise your app to not require users to register before purchasing in-app purchase products that are not account based. You may explain to the user that registering will enable them to access the purchased content from any of their iOS devices and provide them a way to register at any time, if they wish to later extend access to additional devices. Please note that although App Store Review Guideline 3.1.2 requires an app to make subscription content available to all the iOS devices owned by a
0
0
794
Jun ’23
Handling Tokens in Sign in with Apple and Apple Review Policies
We are currently developing a new iOS application, and we plan to use Sign in with Apple for user authentication. We have a few questions related to this. We understand that Sign in with Apple is compliant with OpenID Connect. However, in our service, the use cases for access_token and refresh_token are limited. Therefore, even if we do not use these tokens, is there a possibility that we will receive a rejection in the Apple Store Review process? Specifically, we are thinking of saving the user's identifier, which can be obtained at the time of authentication, on our server and using it to identify the user. ASAuthorizationAppleIDCredential According to Apple's guidelines (5.1.1 Data Collection and Storage), we need to invalidate the user's tokens when the account is deleted. Does this requirement apply even if the token has already expired? App Store Review Guidelines 5.1.1 Revoke tokens Thank you in advance for your help!
0
0
635
Jun ’23
App Store Review Guideline: Section 5.1.1 (iv) SFSafariViewController
SafariViewController must be used to visibly present information to users; the controller may not be hidden or obscured by other views or layers. I am not clear on what this is addressing. If an app has a link to the company's FAQ page on its website, is this page required to show up in the SFViewController? What if it showed up on the Safari web browser instead?
0
0
750
May ’23
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
Submission Rejected-5.1.1
Hi All, My team and I have submitted our app to app store and it has been rejected about 5 times, They were asking to show relationship with 3rd party product we are selling on the app, In this case an Insurance. We have provided evidence and proof of relationship and also with the license given to operate along side the terms of agreement with the app, but our app still go rejected. Is there something i may be doing wrong?. Please I need help with this as soon as possible, We need to ship updates to our customers.
1
0
493
Apr ’23
App Store rejected my app 5.1.1 Guidelines, However live apps has similar case.
Hello Everyone I have uploaded an app to the app store which offers medical information to medical professionals, similar business models are live on the app store. but my app got rejected and this is the reason Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We found in our review that your app does not meet all of our requirements for apps that offer highly regulated services or handle sensitive user data. Specifically: The account that submits the app must be enrolled in the Apple Developer Program as an organization, and not as an individual. The guideline 5.1.1(ix) requirements give App Store users confidence that apps operating in highly regulated fields or that require sensitive user information are qualified to provide these services and will responsibly manage their data. Like I said there are individual developers with live app that offer the same information, I have added my sources of information inside the app, and put 4-5 disclaimers in the app and in the descri
1
0
2.7k
Mar ’23
Clarification on Apple Guideline 5.1.1(v)
Hello, I recently was rejected for the following reason: However, your app does not comply with: Legal 5.1.1 We noticed that your app requires users to register with personal information to access the app’s content and purchase in-app purchase products that are not account based. Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user. User registration that requires the sharing of personal information must be optional or tied to account-specific functionality. To resolve this issue, please revise your app to not require users to register before purchasing in-app purchase products that are not account based. You may explain to the user that registering will enable them to access the purchased content from any of their iOS devices and provide them a way to register at any time, if they wish to later extend access to additional devices. Resources See guideline 5.1.1(v) - Account Sign-In to learn more about our
2
0
4.9k
Feb ’23
Reply to 1 month under review
update ok this took a while so after the last review i had to fix these issues, so it is back up currently waiting for review Guideline 2.3.3 - Performance - Accurate Metadata Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing some privacy and location issues app id 1665868224
Jan ’23
Apple Release Issues
I submitted my app for review for the third time and it was rejected for the third time. This is cited as the reason for rejection. But I don't want to disable user login because I'm sure this will cause some security problems. How can I overcome this problem. Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register or log in to access features that are not account based. 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. For example, an e-commerce app should let users browse store offerings and other features that are not account based before being asked to register, or a restaurant app should allow users to explore the menu before placing an order. Registration must then only be required for account-specific features, such as saving items for future reference or placing an order. Next Steps To resolve this issue, please revise your app
1
0
799
Dec ’22