On your project > target > General
you need to check only iPad deployment ...it's enough
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
It will be ok that it was non sequential...the sequential is present only for local database and not for cloud database
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
MaheshSheliya > : I already use it
self.tableview.isEditing = true
self.tableview.allowsMultipleSelection = true
self.tableview.allowsMultipleSelectionDuringEditing = true
and after scroll, everything is ok????
So I need to hidden minus button when I select : self.tableview.isEditing = true
Topic:
Programming Languages
SubTopic:
Swift
Tags:
I understand, I fact I need the set aspect fill to image.....
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
in the part Singing & capabilities : I saw in Apple Document to leave default container but I haven't got this choice?
Do I need to select my container?
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
Thank you for your response...
It's working except that I loose my old container because when app start, there is no data...I will try to copy old data on new container
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
thanx for your response, I do it...but it's not enough because the metadata on TestFlight stay on iPad, and archive is not compatible with macOs.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I change my info.plist with this new line on "Required device capabilities " and now I could test the application on my Mac.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
but I have another problem with MacApp...I create a new question for this, thanx for you help.
https://developer.apple.com/forums/thread/699366
Topic:
App & System Services
SubTopic:
Core OS
Tags:
it's ok now with this -
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
It's really weird...I test my app with a new environnement on someone else : macMini, iPad, iPhone and everything is ok !!!!???
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
still waiting .... it's really slow...
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
it will be ok but really really long !!!
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
the file is not a json, it's a csv (comma delimiter) from .dbf
I decode with
let data = try Data(contentsOf: URL(fileURLWithPath: path), options: NSData.ReadingOptions.mappedIfSafe)
let dataEncoded = String(data: data, encoding: .isoLatin1)
If I try to encode in utf8, dataEncoded is nil
Topic:
Programming Languages
SubTopic:
Swift
Tags:
after few search, in fact I do a loop over each character and check unicodescalar "String(char).unicodeScalars"
switch char1 {
case "\u{0080}":
charactere = "Ç"
case "\u{0081}":
charactere = "."
etc...
Topic:
Programming Languages
SubTopic:
Swift
Tags:
On your project > target > General
you need to check only iPad deployment ...it's enough
- Replies
- Boosts
- Views
- Activity
It will be ok that it was non sequential...the sequential is present only for local database and not for cloud database
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
- Replies
- Boosts
- Views
- Activity
MaheshSheliya > : I already use it
self.tableview.isEditing = true
self.tableview.allowsMultipleSelection = true
self.tableview.allowsMultipleSelectionDuringEditing = true
and after scroll, everything is ok????
So I need to hidden minus button when I select : self.tableview.isEditing = true
Topic:
Programming Languages
SubTopic:
Swift
Tags:
- Replies
- Boosts
- Views
- Activity
I understand, I fact I need the set aspect fill to image.....
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
- Replies
- Boosts
- Views
- Activity
in the part Singing & capabilities : I saw in Apple Document to leave default container but I haven't got this choice?
Do I need to select my container?
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
- Replies
- Boosts
- Views
- Activity
Thank you for your response...
It's working except that I loose my old container because when app start, there is no data...I will try to copy old data on new container
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
- Replies
- Boosts
- Views
- Activity
thanx for your response, I do it...but it's not enough because the metadata on TestFlight stay on iPad, and archive is not compatible with macOs.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
- Replies
- Boosts
- Views
- Activity
I change my info.plist with this new line on "Required device capabilities " and now I could test the application on my Mac.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
- Replies
- Boosts
- Views
- Activity
but I have another problem with MacApp...I create a new question for this, thanx for you help.
https://developer.apple.com/forums/thread/699366
Topic:
App & System Services
SubTopic:
Core OS
Tags:
- Replies
- Boosts
- Views
- Activity
it's ok now with this -
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
- Replies
- Boosts
- Views
- Activity
It's really weird...I test my app with a new environnement on someone else : macMini, iPad, iPhone and everything is ok !!!!???
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
- Replies
- Boosts
- Views
- Activity
still waiting .... it's really slow...
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
- Replies
- Boosts
- Views
- Activity
it will be ok but really really long !!!
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
- Replies
- Boosts
- Views
- Activity
the file is not a json, it's a csv (comma delimiter) from .dbf
I decode with
let data = try Data(contentsOf: URL(fileURLWithPath: path), options: NSData.ReadingOptions.mappedIfSafe)
let dataEncoded = String(data: data, encoding: .isoLatin1)
If I try to encode in utf8, dataEncoded is nil
Topic:
Programming Languages
SubTopic:
Swift
Tags:
- Replies
- Boosts
- Views
- Activity
after few search, in fact I do a loop over each character and check unicodescalar "String(char).unicodeScalars"
switch char1 {
case "\u{0080}":
charactere = "Ç"
case "\u{0081}":
charactere = "."
etc...
Topic:
Programming Languages
SubTopic:
Swift
Tags:
- Replies
- Boosts
- Views
- Activity