Search results for

“Account Locked”

32,720 results found

Post

Replies

Boosts

Views

Activity

Reply to IdentifierForVendor changed unexpectedly + forum is broken
Right now I'm looking into the App Group entitlement to give us shared NSUserDefaults. It sounds like App Group (unlike iCloud and keychain-access-group entitlements) is shared on the device, but not over the iCloud account. I'm thinking if the shared deviceid NSUserDefault key doesn't exist, we'll save the IdentifierForVendor ID and then use that for all our apps once it saved.I'm curious if anyone else has tried that workaround.
Jun ’15
Digital Touch drawings going to 2 Watches because they share an iCloud account
So here's the issue. My wife and I have our own iCloud accounts for Messages and Faces. And we also have those signed in under Settings - Mail, Contacts, Calendars so we each have our own Notes, Contacts, Calendars syncing. But...under Settings - iCloud, we are both using the same account. We do this so we both use the same Photos, and it is a 3rd account so it's not the one either of us uses for anything else. This works for us because as we both take photos, they all merge together for both of us, allowing either of us to edit/delete/organize them and have those adjustments sync across all our Apple devices. So both of our watches show this iCloud account under General - Apple ID in the Apple Watch app. This has been fine on 1.0 and 1.0.1. And even now on Beta 2, my texts only go to my watch and my calls only come into my watch. What is messed up is that any Digital Touch message sent to me goes to both watches, and if a call is made to me using a watch, that call also go
2
0
441
Jun ’15
In-App and iAds not present after App Transfer
Hi,I had an App transfered to my account that featured both a non-consumable in-app purchase and iAds. However, they both are not present after they got transfered to my account.In itunes connect the in-app is approved and live. Same with iAds it says that is live, and I recieve request, but not impressions.Did I have to do anything after the transfer that I missed?
0
0
134
Jun ’15
Reply to Autolayout, best place to activate landscape/portrait orientation constraints when app is launched in landscape...
Size Classes account for orientation. When you change to a different size class there is an option to select iPhones/iPad in portrait/landscape. At that time (once you've picked a new size class), you can remove all existing constraints and add new ones that are appropriate for the size class in question. But before doing this make sure you've completed the any/any autolayout first.
Jun ’15
apps with different bundle ID, same name and different developer accounts
Hi everyone, We have an app distributed under our company's developer account on app store. We have a new customer (an organization) which would like to make the same app (our app) available under their developer account so that people can download the app from their page on iTunes in addition to our (the company)'s itune page. Any suggestion on how to do it? Can we submit the same app under two different developer accounts? Can do app has the exactly the same name but of course two bundle ID?
0
0
707
Jun ’15
issue with free provisioning xcode 7
Hi all,with the new xcode 7 I thought I should be able to run xcode apps in my own devices without sign in into Apple Dev Program. I just want to make apps for fun so this was great to hear for me.Unforutnately I have issues with that.Adding my Apple ID as account in xcode, it does not show me any team. (my AppleID) is Not on Any Development Teams.My Apple ID was never signed in into any Dev Programs by the way.I read in several Threads, that I should see a Free Team. But it does not. So I am not able to run the apps on my own device....Is there anyone with a similar problem?
5
0
1.3k
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
I just tried logging out of iCloud, rebooting and, from Finder, running the Setup Assistant app (/System/Library/CoreServices/Setup Assistant.app).It prompted me to login to my iCloud account with a username and password, much like after the first boot of the update. It changed nothing else - didn't even close down any other apps. It contains an executable called minilauncher, reference to which is contained in a compiled (i.e. gobbledigook) file close to the string firstbootiCloudlogin...So, you never know...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iOS User Authentication with PHP MySQL
I've been researching for two days trying to figure out how to authenticate a user for an iOS device. I've learned an immense amount but I am puzzled by the process, and what's really secure. Here's what I've found so far. **Local Device Storage**Anything that is stored locally on the phone should be done at a minimum with the Keychain. While NSUSerDefautls can store usernames and passwords, it's basically an XML file that resides in the apps Library folder. This means anyone can get access to it. The Keychain uses Triple Digital Encryption Standard (3DES) to encrypt its data making it much more secure that NSUserDefaults. We can also use Touch ID to take this a step further. For anyone who is interested in more on this I recommend the tutorial by raywenderlich.com found here. **Web Authentication**This is where I start to get lost. The more I read the more the more opinions I seem to find. Here are a few of the options I've found. **HTTPS Not Secure:** Create HTTPS .POST request to send username and password
1
0
3.9k
Jun ’15
Handoff and restoring view controller hierarchy
Good evening,I have been trying to implement handoff from my watchkit 1 extension to my iPhone app. The NSUserActivity creation works fine, the icon gets displayed on the iPhone's lock screen and my application delegate gets called with the proper activity/data.What I'm struggling with is to restore the required view controller hierarchy to resume the activity on the iPhone. I was expecting this to be as straightforward as UIKit state restoration, which I have recently implemented, but I keep hitting a wall.My app supports two activities for handoff right now: Activity A and Activity B.My view controller hierarchy is as follows:Root (UISplitViewController)1. primary (UINavigationController)index UITableViewController subindex UITableViewController details UITableViewController (see below)2. secondary (UINavigationController)details UITableViewController complete details UIViewControllerHere is my continueUserActivity function: func application(application: UIApplication, continueUserActivity userActi
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
1.3k
Jun ’15
Reply to How to migrate in CoreData a NSSet to NSOrderedSet?
Did you have any specific questions about the contents of the Core Data Model Versioning and Data Migration Programming Guide?It sounds like you're pretty much going to be locked into the three stage migration process, and you're going to be needing to do work in step 2:Recreate relationships.At the beginning of this phase, the entity migration policy is sent a createRelationshipsForDestinationInstance:entityMapping:manager:error: message; at the end it is sent a endRelationshipCreationForEntityMapping:manager:error: message.For each entity mapping (in order), for each destination instance created in the first step any relationships are recreated.
Jun ’15
Reply to IdentifierForVendor changed unexpectedly + forum is broken
Right now I'm looking into the App Group entitlement to give us shared NSUserDefaults. It sounds like App Group (unlike iCloud and keychain-access-group entitlements) is shared on the device, but not over the iCloud account. I'm thinking if the shared deviceid NSUserDefault key doesn't exist, we'll save the IdentifierForVendor ID and then use that for all our apps once it saved.I'm curious if anyone else has tried that workaround.
Replies
Boosts
Views
Activity
Jun ’15
Digital Touch drawings going to 2 Watches because they share an iCloud account
So here's the issue. My wife and I have our own iCloud accounts for Messages and Faces. And we also have those signed in under Settings - Mail, Contacts, Calendars so we each have our own Notes, Contacts, Calendars syncing. But...under Settings - iCloud, we are both using the same account. We do this so we both use the same Photos, and it is a 3rd account so it's not the one either of us uses for anything else. This works for us because as we both take photos, they all merge together for both of us, allowing either of us to edit/delete/organize them and have those adjustments sync across all our Apple devices. So both of our watches show this iCloud account under General - Apple ID in the Apple Watch app. This has been fine on 1.0 and 1.0.1. And even now on Beta 2, my texts only go to my watch and my calls only come into my watch. What is messed up is that any Digital Touch message sent to me goes to both watches, and if a call is made to me using a watch, that call also go
Replies
2
Boosts
0
Views
441
Activity
Jun ’15
In-App and iAds not present after App Transfer
Hi,I had an App transfered to my account that featured both a non-consumable in-app purchase and iAds. However, they both are not present after they got transfered to my account.In itunes connect the in-app is approved and live. Same with iAds it says that is live, and I recieve request, but not impressions.Did I have to do anything after the transfer that I missed?
Replies
0
Boosts
0
Views
134
Activity
Jun ’15
Reply to Autolayout, best place to activate landscape/portrait orientation constraints when app is launched in landscape...
Size Classes account for orientation. When you change to a different size class there is an option to select iPhones/iPad in portrait/landscape. At that time (once you've picked a new size class), you can remove all existing constraints and add new ones that are appropriate for the size class in question. But before doing this make sure you've completed the any/any autolayout first.
Replies
Boosts
Views
Activity
Jun ’15
how to lock screen programmatically ?
I am trying to build an App that helps distracted drivers by1. locking the iphone.2. send calls to Voice Mail when user is driving.Is this possible ?Thanks
Replies
3
Boosts
0
Views
4.5k
Activity
Jun ’15
Reply to how to lock screen programmatically ?
1. You can prevent screen lock, but you cannot invoke it. 2. No. Calls are handled by iOS, and there is no application API available to developers.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to I have my enrollment id, what to do next in the developing process ?
If they paid for the account, the contract is in their name.Why could you not open your own account?
Replies
Boosts
Views
Activity
Jun ’15
apps with different bundle ID, same name and different developer accounts
Hi everyone, We have an app distributed under our company's developer account on app store. We have a new customer (an organization) which would like to make the same app (our app) available under their developer account so that people can download the app from their page on iTunes in addition to our (the company)'s itune page. Any suggestion on how to do it? Can we submit the same app under two different developer accounts? Can do app has the exactly the same name but of course two bundle ID?
Replies
0
Boosts
0
Views
707
Activity
Jun ’15
issue with free provisioning xcode 7
Hi all,with the new xcode 7 I thought I should be able to run xcode apps in my own devices without sign in into Apple Dev Program. I just want to make apps for fun so this was great to hear for me.Unforutnately I have issues with that.Adding my Apple ID as account in xcode, it does not show me any team. (my AppleID) is Not on Any Development Teams.My Apple ID was never signed in into any Dev Programs by the way.I read in several Threads, that I should see a Free Team. But it does not. So I am not able to run the apps on my own device....Is there anyone with a similar problem?
Replies
5
Boosts
0
Views
1.3k
Activity
Jun ’15
Reply to Google Talk shows in iMessage and I can't delete
Firstly Apple isnt forcing you to use anything. Secondly you need to delete it from Internet Accounts if you dont want it appearing in the bottom left hand corner of your messages window. If you need Google for something else then you will have to leave it there and hate Apple for forcing you to uses something you want to use.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
100 TestFlight Beta apps limit
When will the TestFlight Beta app limit be increased to 100 apps per account as described at WWDC 2015?I'm still seeing You can't test more than 10 apps when I try to turn on TestFlight Beta Testing for the 11th app in our account.
Replies
1
Boosts
0
Views
688
Activity
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
I just tried logging out of iCloud, rebooting and, from Finder, running the Setup Assistant app (/System/Library/CoreServices/Setup Assistant.app).It prompted me to login to my iCloud account with a username and password, much like after the first boot of the update. It changed nothing else - didn't even close down any other apps. It contains an executable called minilauncher, reference to which is contained in a compiled (i.e. gobbledigook) file close to the string firstbootiCloudlogin...So, you never know...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS User Authentication with PHP MySQL
I've been researching for two days trying to figure out how to authenticate a user for an iOS device. I've learned an immense amount but I am puzzled by the process, and what's really secure. Here's what I've found so far. **Local Device Storage**Anything that is stored locally on the phone should be done at a minimum with the Keychain. While NSUSerDefautls can store usernames and passwords, it's basically an XML file that resides in the apps Library folder. This means anyone can get access to it. The Keychain uses Triple Digital Encryption Standard (3DES) to encrypt its data making it much more secure that NSUserDefaults. We can also use Touch ID to take this a step further. For anyone who is interested in more on this I recommend the tutorial by raywenderlich.com found here. **Web Authentication**This is where I start to get lost. The more I read the more the more opinions I seem to find. Here are a few of the options I've found. **HTTPS Not Secure:** Create HTTPS .POST request to send username and password
Replies
1
Boosts
0
Views
3.9k
Activity
Jun ’15
Handoff and restoring view controller hierarchy
Good evening,I have been trying to implement handoff from my watchkit 1 extension to my iPhone app. The NSUserActivity creation works fine, the icon gets displayed on the iPhone's lock screen and my application delegate gets called with the proper activity/data.What I'm struggling with is to restore the required view controller hierarchy to resume the activity on the iPhone. I was expecting this to be as straightforward as UIKit state restoration, which I have recently implemented, but I keep hitting a wall.My app supports two activities for handoff right now: Activity A and Activity B.My view controller hierarchy is as follows:Root (UISplitViewController)1. primary (UINavigationController)index UITableViewController subindex UITableViewController details UITableViewController (see below)2. secondary (UINavigationController)details UITableViewController complete details UIViewControllerHere is my continueUserActivity function: func application(application: UIApplication, continueUserActivity userActi
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
3
Boosts
0
Views
1.3k
Activity
Jun ’15
Reply to How to migrate in CoreData a NSSet to NSOrderedSet?
Did you have any specific questions about the contents of the Core Data Model Versioning and Data Migration Programming Guide?It sounds like you're pretty much going to be locked into the three stage migration process, and you're going to be needing to do work in step 2:Recreate relationships.At the beginning of this phase, the entity migration policy is sent a createRelationshipsForDestinationInstance:entityMapping:manager:error: message; at the end it is sent a endRelationshipCreationForEntityMapping:manager:error: message.For each entity mapping (in order), for each destination instance created in the first step any relationships are recreated.
Replies
Boosts
Views
Activity
Jun ’15