|
1x, 2x, 3x and so on graphics.
I’ve been recooking up my tools and decided to take another stab at graphic fidelity when preparing graphics for iOS, Android and Mac apps.
Previous tests I did in the past indicated that creating
I’ve been recooking up my tools and decided to take another stab at graphic fidelity when preparing graphics for iOS, Android and Mac apps.
Previous tests I did in the past indicated that creating
|
By
Alex Zavatone
·
#836
·
|
|
Re: How to Delete AppID from Apple Developer Account
Thanks a lot for this, I’m sure I couldn’t see a “remove” option before, maybe its only just been updated.
All the Best
Dave
Thanks a lot for this, I’m sure I couldn’t see a “remove” option before, maybe its only just been updated.
All the Best
Dave
|
By
Dave
·
#835
·
|
|
Re: To subclass or not to subclass, that is the question
It looks to me like the first quoted sentence is just poorly worded. I think it’s saying you should *use a UIActivity subclass* if you want to provide custom services.
Note that UIActivity is
It looks to me like the first quoted sentence is just poorly worded. I think it’s saying you should *use a UIActivity subclass* if you want to provide custom services.
Note that UIActivity is
|
By
Quincey Morris
·
#834
·
|
|
Re: How to Delete AppID from Apple Developer Account
From October 4, Apple has this new policy:
Managing apps in App Store Connect.October 4, 2018
It's now easier to manage apps you no longer need in App Store Connect by removing them from your main
From October 4, Apple has this new policy:
Managing apps in App Store Connect.October 4, 2018
It's now easier to manage apps you no longer need in App Store Connect by removing them from your main
|
By
David Delmonte
·
#833
·
|
|
Re: To subclass or not to subclass, that is the question
Maybe it works like this:
NSArray *activityItems = @[ someUrl ];
UIActivityViewController *vc = [ [UIActivityViewController alloc] initWithActivityItems: activityItems
Maybe it works like this:
NSArray *activityItems = @[ someUrl ];
UIActivityViewController *vc = [ [UIActivityViewController alloc] initWithActivityItems: activityItems
|
By
Gerriet M. Denkmann
·
#832
·
|
|
To subclass or not to subclass, that is the question
Documentation about UIActivity:
“You should subclass UIActivity only if you want to provide custom services to the user. "
“This class must be subclassed before it can be used. "
So what? Kind
Documentation about UIActivity:
“You should subclass UIActivity only if you want to provide custom services to the user. "
“This class must be subclassed before it can be used. "
So what? Kind
|
By
Gerriet M. Denkmann
·
#831
·
|
|
Re: Designated initializers
Yes, this is kinda broken for NSWindowController subclasses because “init(windowNibName:owner:)” kinda oughta be a designated initializer but isn’t.
What you should be able to do is define
Yes, this is kinda broken for NSWindowController subclasses because “init(windowNibName:owner:)” kinda oughta be a designated initializer but isn’t.
What you should be able to do is define
|
By
Quincey Morris
·
#830
·
|
|
Designated initializers
I was looking at the Xcode operation Edit > Convert > To Modern Objective-C Syntax, and what it does with NS_DESIGNATED_INITIALIZER markup. I know, I'm late to the party.
I often have
I was looking at the Xcode operation Edit > Convert > To Modern Objective-C Syntax, and what it does with NS_DESIGNATED_INITIALIZER markup. I know, I'm late to the party.
I often have
|
By
James Walker
·
#829
·
|
|
Re: How to Delete AppID from Apple Developer Account
Hi,
I’m not sure what you mean by logged into the App Store with this ID, this is an App ID, you use a Developer/AppStore ID to log in store?
The app is question was just a test app, it has never
Hi,
I’m not sure what you mean by logged into the App Store with this ID, this is an App ID, you use a Developer/AppStore ID to log in store?
The app is question was just a test app, it has never
|
By
Dave
·
#828
·
|
|
Re: Problem with Manual Layout in Test App
Hi,
I’ve added logging to the resizeWithOldSuperviewSize: method (see below). Notice that LTWWindowTrackerView:: resizeWithOldSuperviewSize is never called, not sure why, but if I remove the
Hi,
I’ve added logging to the resizeWithOldSuperviewSize: method (see below). Notice that LTWWindowTrackerView:: resizeWithOldSuperviewSize is never called, not sure why, but if I remove the
|
By
Dave
·
#827
·
|
|
Re: How to Delete AppID from Apple Developer Account
are you perhaps logged in to the App store with this ID?
If so would signing out and then trying to delete work?
are you perhaps logged in to the App store with this ID?
If so would signing out and then trying to delete work?
|
By
Peter Teeson
·
#826
·
|
|
Re: How to Delete AppID from Apple Developer Account
Hi,
OMG! You’re not serious! You can’t delete it? Could someone please confirm or deny this?
If you can’t then I’m speechless! In fact I’m laughing my head off, have Apple really gotten so
Hi,
OMG! You’re not serious! You can’t delete it? Could someone please confirm or deny this?
If you can’t then I’m speechless! In fact I’m laughing my head off, have Apple really gotten so
|
By
Dave
·
#825
·
|
|
Re: How to Delete AppID from Apple Developer Account
Over time, I had built up a lot of unneeded AppIds. They started to cause me problems, especially as my sight has deteriorated. I contacted the AppConnect team and asked them to help. They made a
Over time, I had built up a lot of unneeded AppIds. They started to cause me problems, especially as my sight has deteriorated. I contacted the AppConnect team and asked them to help. They made a
|
By
David Delmonte
·
#824
·
|
|
How to Delete AppID from Apple Developer Account
Hi,
I have an AppID that I want to delete from my Apple Developer account. I select it and Click Edit, Scroll down to the bottom and Click Delete, I then get this message:
The App ID
Hi,
I have an AppID that I want to delete from my Apple Developer account. I select it and Click Edit, Scroll down to the bottom and Click Delete, I then get this message:
The App ID
|
By
Dave
·
#823
·
|
|
Re: Problem with Manual Layout in Test App
Hi Keary,
Thanks for taking the time to look at this.
Yes, just a test case here, in the real app, it does a lot of elaborate things.
I’ve tried various combinations of settings on this, but not
Hi Keary,
Thanks for taking the time to look at this.
Yes, just a test case here, in the real app, it does a lot of elaborate things.
I’ve tried various combinations of settings on this, but not
|
By
Dave
·
#822
·
|
|
Re: Problem with Manual Layout in Test App
I am not sure if you are just trying a test case here, but what you are shooting for can be done with just autoresize mask. Comment out all the code and add the vertical and horizontal resizing
I am not sure if you are just trying a test case here, but what you are shooting for can be done with just autoresize mask. Comment out all the code and add the vertical and horizontal resizing
|
By
Keary Suska
·
#821
·
|
|
Re: Assigning a Tester for an iOS app???
I’ve logged into the App Store Connect page and under “MyApps” I see an old Application that I want to delete, however I can’t find a way to get rid of it! Any ideas?
I’ve logged into the App Store Connect page and under “MyApps” I see an old Application that I want to delete, however I can’t find a way to get rid of it! Any ideas?
|
By
Dave
·
#820
·
|
|
Re: Assigning a Tester for an iOS app???
Thanks a million Alex, Test Flight looks like the way to go!
Cheers
Dave
Thanks a million Alex, Test Flight looks like the way to go!
Cheers
Dave
|
By
Dave
·
#819
·
|
|
Re: Assigning a Tester for an iOS app???
And you can also add the UDID of the tester’s device to a provisioning profile, and email the app to them. I’ve used Configurator to add the app to the device now that iTunes isn’t the easiest
And you can also add the UDID of the tester’s device to a provisioning profile, and email the app to them. I’ve used Configurator to add the app to the device now that iTunes isn’t the easiest
|
By
Alex Zavatone
·
#818
·
|
|
Re: Assigning a Tester for an iOS app???
Using TestFlight, you can do this. There are videos you can search for on Apple’s site that show you how to do it.
Using TestFlight, you can do this. There are videos you can search for on Apple’s site that show you how to do it.
|
By
Alex Zavatone
·
#817
·
|