Search results for

5.1.1

400 results found

Post

Replies

Boosts

Views

Activity

Reply to Require newsletter signup to access app?
Seen 5.1.1 ii in the ASRGs Data Collection and Storage ...?If you can get away with a forced login, and assuming app review's privacy clauses are met, I think an opt-out newsletter is a side debate between you and your users, not Apple. >Or will it be rejected?No one here can promise what app review will/won't accept/reject, and perhaps more germane to the question, there are no pre-reviews.Good luck.
May ’17
Reply to How can I make my app compatible with older ios versions?
You can still use iOS 7.x as a deployment target in the store, but not w/current tools (Xcode 8.3.2). I'd wonder about doing so, however, as number of users on an iOS that far back is in low single digits.Note that according to iTunes Connect, minimum now for the store is Xcode 6, which supports iOS 4.3 or iOS 5.1.1 minimum deployment, so to reach your goal of supporting older iOSs, you'd need to use older Xcode - restrictions apply, mainly not being able to also support newer iOSs, so...
May ’17
Optional login for using an app
We have an application whose main functionality is to provide users subscription-based content. The user can set their preferences and then gets content based on those settings. Currently the app doesn't have any login features but we're interested in adding them, so we could provide the usersa possibility to store their settings in an account (i.e. they're available in all devices they use), andperks for registration, like free content.In reference to submission guidelines 5.1.1 Data Collection and Storage...(ii) 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. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the
1
0
864
May ’17
Reply to Swift "Bus error: 10"
Look in the right place!Here is a Crash Report for one of the Bus error: 10 incidents. I cannot figure out how to symbolicate it. Instructions say add it to XCODE organizer, but that doesn't seem to do anything. I have DSYM file and all the other Derived files. I tried to use (unfamiliar, to me) ATOS tool but no joy.Line 42 of stack reports timer callback.Line 41 then reports ??? which must be my timerTick function. That is top of call stack so error must be within that method.If that is correct analysis, the problem must be with a line entirely within that method. Am I getting closer? Process: Recipes [8505] Path: /Volumes//Recipes.app/Contents/MacOS/Recipes Identifier: PhilFenster.Recipes Version: 1.2 (1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Recipes [8505] User ID: 501 Date/Time: 2017-01-18 00:44:31.510 -0500 OS Version: Mac OS X 10.11.6 (15G1212) Report Version: 11 Anonymous UUID: B27D61EC-2341-818F-E544-8F6B6631DDDA Sleep/Wake UUID: FC2D7386-8DD9-44EA-AB06-40861D6D31FD Time Awak
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’17
Reply to Restore for auto renewable subscriptions required if server does it automatically?
You are, of course, aware of the privacy guidelines in the Review Guidelines, particularly section 5.1.1:(ii) 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. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the social network, or inviting friends to use the app are not considered core app functionality.So your statement the app is unusable without an account may be another problem for you entirely.
Dec ’16
Reply to App rejected because we ask users to signup
It's simple: You could just generate a random unique identifier on the user's device, and use that instead of asking the user to create an account. Because you could do that, you need to have actual account-based features. More directly, the mandate is specified in the App Review Guidelineshttps://developer.apple.com/app-store/review/guidelines/#minimum-functionality(ii)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. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the social network, or inviting friends to use the app are not considered core app functionality.You should notice that that's from the Privacy section, 5.1.1
Dec ’16
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
LEGAL: PRIVACY - DATA COLLECTION AND STORAGE. Reject
My application rejects the rule 5.1.1.In order to use Facebook for authentication even if it is optional, your app must include significant account-specific functionality from Facebook. Using users’s Facebook for account creation/authentication do not fall in to significant about specific features.What is meant by account-specific functionality from Facebook ?Thx.
6
0
3.2k
Nov ’16
Xcode Crashes when Opening Storyboard
I have a Swift project that I've been developing on since Xcode 6 which contains about 8 storyboards in total. For some reason, Xcode 7 will consistently crash immediately when trying to open only one of these storyboards. I have tried downloading the latest Xcode 7.1 beta 3 but I get the exact same crash. I have already tried the following steps to no avail:Deleted ~/Library/Developer/Xcode/DerivedData folderPerformed Product Clean from Xcode and rebuilt projectRemoved xcuserdata files from .xcworkspace fileCompletely uninstalled Xcode 7.0.1 and reinstalledInstalled Xcode 7.1 beta 3I have googled around and searched for people having similar crashes, but nothing has worked yet. If anyone has faced this same problem, you're help would be greatly appreciated as I have been fighting this bug for several days now! The crash dump is pasted below:Process: Xcode [8137] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.0.1 (8228) Build Info: IDEFrameworks-8228000000000000~5
4
0
2.4k
Oct ’15
Xcode 8.0 crash report .the compiler crash everytime when i input the command.
Process: Xcode [1316]Path: /Users/USER/Downloads/Xcode.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 8.0 (11246)Build Info: IDEFrameworks-11246000000000000~3Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [1316]User ID: 501Date/Time: 2016-10-20 14:52:43.202 +0800OS Version: Mac OS X 10.11.6 (15G31)Report Version: 11Anonymous UUID: E921A8AF-B1D2-0BE8-6A07-E7441EB437ECTime Awake Since Boot: 71000 secondsSystem Integrity Protection: disabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:ProductBuildVersion: 8A218aUNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for key 'strategyClass' of extension 'KSImageNamed.CompletionStrategy.ImageNamed' in plug-in 'com.ksuther.KSImageNamed'UserInfo: { NSUnderlyingError = Error Domain=DVTPlugInErrorDomain Code=2 Loading a plug-in failed. UserInfo={DVTP
1
0
1k
Oct ’16