Search results for

“smb big sur”

11,971 results found

Post

Replies

Boosts

Views

Activity

Reply to Auto-Scaling work on devices?
When I set the scale to 100%, all the textures are way too big an going off the screen and little sliders come up on the right and the bottom. I can't tell if this is because my physical monitor is too big and it is scaling it like that for my viewing pleasure, or if I designed the textures too big.I mean, it was scaled at 50% and 75% automatically. Why would it do that? Did I design my textured incorrectly because of the zoom? Will this render properly?It is automatically scaling down the larger iPhones and the iPads. Is this ok and being done just for my monitor, or will this have an effect on how it ports to devices?
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Nov ’15
No permission on media files inside Camera roll and iPod.
Our application need to scan all media files inside iPhone and we success to do this. Then, we need to copy these files to our physical device to help our end-user to backup their file. However, as we don't have any permission on these files, we need to copy one by one file to an temporary directory inside our application, then using data streaming from this file to our physical device. This only solution cause us an limitation in our application is the free storage in the phone. If we want to copy a video of 1GB, we need to have a free storage 1GB in our iPhone in order to copy the video into temporary directory. So, that means we cannot support our user to copy many big files at the same time when the free storage of the phone is limited. Could you please help us to check if there is any way for us to have the permission on your media files, or an solution for us to stream data directly from your files to our device? And could you please kindly guide us how to have this permission (by contract, use
0
0
204
Nov ’15
Cannot transfer file in background via ftp, smb
As our user normally have a lot of files inside the phone, so we need to support to copy in background in order to help our user backup full his data.For now, we can success to do it with NSURLSession solution via HTTP.However, by this protocol, the our copy performance is very slow (we need about 1 hours for a file of 300MB). Therefore, it's very important for us to know if you could provide us any special library that can help us to copy in background via ftp or smb protocol.In that case, could you please guide us how we can use that special library with your authorization?
1
0
622
Nov ’15
Reply to tvOS Tech Talks from Apple?
No info yet.Last time (Tech Talks for iOS 7 in Berlin) it was inside 'Maritim proArte Hotel Berlin'. This hotel has very nice big conference rooms and it is in the center of Berlin (from hotel's webpage: hall for up to 1,000 people, Event capacities for up to 2,200 people in 13 rooms), very close to metro, but hotel itself is not cheap (~150€ per night).But you know, it can be anywhere. I don't live in Berlin (nor in Germany), but I've already booked few hotels (with free cancellation), so when we have more info I will just cancel all but the nearest (or the one with best public transport connection).
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’15
Xcode is slow
I am currently working on a big project, that includes over 100 IBOutlets and a lot of code. It is impossible to still work on that project the way my Xcode is now. If i try to create an array with over 30 items, it won't stop indexing. And it takes forever to navigate or just to move an UILabel. It also complains that source editor functionality is limited. + my mac gets really hot and makes noises. I have got a MacBook Pro 13.3 Retina MF839. I have deleted derived data, and almost all other projects files.How do i fix this? Surely my mac should be able to cope with such a project(?)I put all my code in the viewController, does that play a factor?
3
0
825
Dec ’15
Reply to What happend in El Capitan to break so much Audio Gear?
Thanks, could you delve any further into the technology?For example, I know opengl screen capture was deprecated for fear that having direct access to what's written to the screen makes copying movies a breeze.I'm having real trouble understanding this particular deprecation and why it effects so many big name brands in the the music industry, I get that stuff get deprecated, but what exactly are the alternatives and why didn't so many big name brands take advantege of them?
Topic: Media Technologies SubTopic: Audio Tags:
Dec ’15
Reply to Xcode 7.1 crashing continuously on IB
Yeah, this is really an infuriating bug, I agree. IB is almost unusable. I'm also caught up in my work and if I forget to hit CMD-S every second, I lose five or ten minutes of work or more at a time and have to redo all of it. I'm so frustrated with Apple for this one. Never seen Apple release anything with a bug this obvious and big, and then take so long to do anything to address it. I'll definitely think twice before I ever upgrade so quickly to another OS X release.
Dec ’15
Xcode 7.1.1 Storyboard issues with Thunderbolt Display
I'm working in a project with a pretty big storyboard. Everytime the project is loaded i'm presented with 34 warnings to update frames in the Storyboard. I do it, then when I reopen the project again those settings are not saved. If I update them on my Macbook Pro (May 2015) updating frames works fine. If I am connected to my Thunderbolt Display, updating frames freezes Xcode indefinetly. Fun stuff. Anyone else have these issues?
1
0
218
Dec ’15
Using notifications to keep changes in sync across multiple devices
I am writing an app and using CloudKit. The app stores its data in the public database. I’ve created a local cache so that my app can function even if the network isn’t available. I’m using CKSubscriptions and the resulting push notifications to keep changes from the cloud in sync. All of this is working well.Now, if a user has multiple devices and is running my app on all those devices, then it seems that I can no longer mark notifications as “read” (using CKMarkNotificationsReadOperation) since I won’t know when all the devices have processed them. This is particularly true if one of the devices is offline when a change happens. If I do mark the notifications as read, then when the other devices check for new notifications (using CKFetchNotificationChangesOperation) they will not see them and their local cache will be out of date.My current solution is to just leave all notifications in an “unread” state and rely on the CKServerChangeToken in CKFetchNotificationChangesOperation so that each device only grab
5
0
2k
Dec ’15
Reply to What happend in El Capitan to break so much Audio Gear?
I use NI plugins some other VST without any big issue but I build most libs from source.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’15
Reply to NSBezierPath with roundedRect works Northeast but not southWest
Hi, what do you mean by corrected class name to NSBezierPath. ?Not a big issue, I first wrote my reply referring to UIBezierPath, so I corrected them to NSBezierPath.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’15
Reply to Auto-Scaling work on devices?
When I set the scale to 100%, all the textures are way too big an going off the screen and little sliders come up on the right and the bottom. I can't tell if this is because my physical monitor is too big and it is scaling it like that for my viewing pleasure, or if I designed the textures too big.I mean, it was scaled at 50% and 75% automatically. Why would it do that? Did I design my textured incorrectly because of the zoom? Will this render properly?It is automatically scaling down the larger iPhones and the iPads. Is this ok and being done just for my monitor, or will this have an effect on how it ports to devices?
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Replies
Boosts
Views
Activity
Nov ’15
No permission on media files inside Camera roll and iPod.
Our application need to scan all media files inside iPhone and we success to do this. Then, we need to copy these files to our physical device to help our end-user to backup their file. However, as we don't have any permission on these files, we need to copy one by one file to an temporary directory inside our application, then using data streaming from this file to our physical device. This only solution cause us an limitation in our application is the free storage in the phone. If we want to copy a video of 1GB, we need to have a free storage 1GB in our iPhone in order to copy the video into temporary directory. So, that means we cannot support our user to copy many big files at the same time when the free storage of the phone is limited. Could you please help us to check if there is any way for us to have the permission on your media files, or an solution for us to stream data directly from your files to our device? And could you please kindly guide us how to have this permission (by contract, use
Replies
0
Boosts
0
Views
204
Activity
Nov ’15
Cannot transfer file in background via ftp, smb
As our user normally have a lot of files inside the phone, so we need to support to copy in background in order to help our user backup full his data.For now, we can success to do it with NSURLSession solution via HTTP.However, by this protocol, the our copy performance is very slow (we need about 1 hours for a file of 300MB). Therefore, it's very important for us to know if you could provide us any special library that can help us to copy in background via ftp or smb protocol.In that case, could you please guide us how we can use that special library with your authorization?
Replies
1
Boosts
0
Views
622
Activity
Nov ’15
Reply to Apply styles apple store product page
Have you been invited by Apple to supply a style? If not, there is no way to incorporate a style on your product page. That's reserved for popular apps from big companies.
Replies
Boosts
Views
Activity
Dec ’15
Reply to tvOS Tech Talks from Apple?
No info yet.Last time (Tech Talks for iOS 7 in Berlin) it was inside 'Maritim proArte Hotel Berlin'. This hotel has very nice big conference rooms and it is in the center of Berlin (from hotel's webpage: hall for up to 1,000 people, Event capacities for up to 2,200 people in 13 rooms), very close to metro, but hotel itself is not cheap (~150€ per night).But you know, it can be anywhere. I don't live in Berlin (nor in Germany), but I've already booked few hotels (with free cancellation), so when we have more info I will just cancel all but the nearest (or the one with best public transport connection).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’15
Xcode is slow
I am currently working on a big project, that includes over 100 IBOutlets and a lot of code. It is impossible to still work on that project the way my Xcode is now. If i try to create an array with over 30 items, it won't stop indexing. And it takes forever to navigate or just to move an UILabel. It also complains that source editor functionality is limited. + my mac gets really hot and makes noises. I have got a MacBook Pro 13.3 Retina MF839. I have deleted derived data, and almost all other projects files.How do i fix this? Surely my mac should be able to cope with such a project(?)I put all my code in the viewController, does that play a factor?
Replies
3
Boosts
0
Views
825
Activity
Dec ’15
Reply to What happend in El Capitan to break so much Audio Gear?
Thanks, could you delve any further into the technology?For example, I know opengl screen capture was deprecated for fear that having direct access to what's written to the screen makes copying movies a breeze.I'm having real trouble understanding this particular deprecation and why it effects so many big name brands in the the music industry, I get that stuff get deprecated, but what exactly are the alternatives and why didn't so many big name brands take advantege of them?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’15
Reply to Can't upload archive
How big is that app's archive?
Replies
Boosts
Views
Activity
Dec ’15
Reply to Required 1x size of map annotation?
There's no required size as far as I know. If the user can select the annotation, then it should have a big enough tap target to meet the HIG for usability (typically minimum 44 points) but if you're just displaying things, they could be tiny dots or great big images.
Replies
Boosts
Views
Activity
Dec ’15
Reply to Apple TV App Description Page
That is possible I suppose but seems strange to me. I would think since uniformity is something Apple is big on they would want to give everyone the opportunity to have a custom image there.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’15
Reply to Xcode 7.1 crashing continuously on IB
Yeah, this is really an infuriating bug, I agree. IB is almost unusable. I'm also caught up in my work and if I forget to hit CMD-S every second, I lose five or ten minutes of work or more at a time and have to redo all of it. I'm so frustrated with Apple for this one. Never seen Apple release anything with a bug this obvious and big, and then take so long to do anything to address it. I'll definitely think twice before I ever upgrade so quickly to another OS X release.
Replies
Boosts
Views
Activity
Dec ’15
Xcode 7.1.1 Storyboard issues with Thunderbolt Display
I'm working in a project with a pretty big storyboard. Everytime the project is loaded i'm presented with 34 warnings to update frames in the Storyboard. I do it, then when I reopen the project again those settings are not saved. If I update them on my Macbook Pro (May 2015) updating frames works fine. If I am connected to my Thunderbolt Display, updating frames freezes Xcode indefinetly. Fun stuff. Anyone else have these issues?
Replies
1
Boosts
0
Views
218
Activity
Dec ’15
Using notifications to keep changes in sync across multiple devices
I am writing an app and using CloudKit. The app stores its data in the public database. I’ve created a local cache so that my app can function even if the network isn’t available. I’m using CKSubscriptions and the resulting push notifications to keep changes from the cloud in sync. All of this is working well.Now, if a user has multiple devices and is running my app on all those devices, then it seems that I can no longer mark notifications as “read” (using CKMarkNotificationsReadOperation) since I won’t know when all the devices have processed them. This is particularly true if one of the devices is offline when a change happens. If I do mark the notifications as read, then when the other devices check for new notifications (using CKFetchNotificationChangesOperation) they will not see them and their local cache will be out of date.My current solution is to just leave all notifications in an “unread” state and rely on the CKServerChangeToken in CKFetchNotificationChangesOperation so that each device only grab
Replies
5
Boosts
0
Views
2k
Activity
Dec ’15