Search results for

5.1.1

400 results found

Post

Replies

Boosts

Views

Activity

trying to build for ios 5.1.1 using xcode 5
I am getting a build signing error for an app I have developed using xcode 5.I am targetting ios 5.1.1 so it can run on old ipads.I have a developer registered ipad and it is being accepted by xcode as an ios device but when I try to build it complains about code siging in SDK 5.1 which I am using and the code signing is specified in the project build settings.The code signing in the build settings is set as follows:Code Signing Identity iOS DeveloperDebug iOS DeveloperiOS 5.1 SDK iOS DeveloperRelease iOS DeveloperiOS 5.1 SDK iOS DeveloperCode Signing Resource Rules PathDebug iOS 5.1 SDKRelease iOS 5.1 SDKOther Code Signing FlagsDebug iOS 5.1 SDKRelease iOS 5.1 SDKProvisioning Profile iOS Team Provisioning Profile: xxxxThe message I get is build failedcheck dependenciesCodeSign error: code signing is required for product type 'Application' in 'iOS 5.1'Anyone any hints?
4
0
1.2k
Sep ’17
Reply to App Review Information - Sign-In Information with phone
As an option, create a short video that works as demo, then upload it where review can find it and let them know via that app's meta data/review notes.If they need more info, etc. expect them to reach out.As a bonus for you efforts, you can perhaps use that clip as a video preview in the store.I would caution, tho, about requiring such personal info in order to use the app, if in fact that works as a gate to all functions... See the ASRGs/Legal/Privacy 5.1.1 Data Collection and Storage
Sep ’17
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
633
Jun ’17
Appium - what do I do? Please help!!!!
Morning all, Hoping for a little technical advice here, got an iOS app to test... think I've code signed it correctly using an enterprise Dev account which my team has added me too. I seem to be able to install the app on a simulator and as soon as IOS driver opens the app is closes... I found this guide online http://dentedghost.blogspot.co.uk/2015/06/appium-testers-perspective-for-ios.html?m=1 and followed it all the way through to Xcode 5.1.1 part, however due to my version of macOS I cannot complete. I have a call with developers today, can anyone help me out with what exactly I should ask them for? A Dev build of the app?? Spent literally all of yesterday on this :( Thanks Arjun
0
0
487
May ’17
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