Hi
I know its an old thread, but I'm trying to find an answer and this seems like a good place.
There is an app on Mac App Store, a new app, that simulates user input, and it seems it's doing it while being sandboxed.
Is there some new APIs that were introduced, or something changers re sandboxing rules that's it allowed now?
https://apps.apple.com/us/app/remmo-remote-mouse-keyboard/id1598906173
I'm have a similar app and I have to distribute it like Matt outside of the store, and I wonder if there was a change that can allow me in.
Best regards
I'm calling NSUbiquitousKeyValueStore.default.synchronize on app entering foreground like its suggested in https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore/1415989-synchronize, and its doing it async on another thread, then I'm trying to access an object via NSUbiquitousKeyValueStore.default.object:forKey: and the app gets stuck cause I'm doing it on main thread.
@eskimo
FB11037643
My solution is to get the bounds of the the self.superview.superview -> _UINavigationBarTitleControl, instead of relying on the bounds of the self.superview -> _UITAMICAdaptorView.
Same here... app id 629019487, iOS app have been stuck "In Review" for days.
When I contacted @AppReview - got a response "I can confirm that your app is in the "Ready for Sale" status on the App Store as of Sep 8, 2022.",
but that's macOS app, and not iOS app that was approved on Sep 8, 2022.
Any help would be appreciated @Andreas, as this update fixes a crash that really bugs my users.
Thanks. I hoped you would answer ;)
Just to make sure - not available for pre-login context, but lets say user is logged in, but locked the screen - should it be available then?
Hi
Thanks for your answer.
You said that after connection it's possible to know what device is connected - how? Except for non descriptive identifier (UUID - which also changes after some time) how I can tell what device is connected (name or event device type)?
And one more thing - after identifier changes, I have to pair both devices again. Is there a way to have persistent connection for already paired devices for days and have them reconnect without the need to pair them again and again?
Hi
I know its an old thread, but I'm trying to find an answer and this seems like a good place.
There is an app on Mac App Store, a new app, that simulates user input, and it seems it's doing it while being sandboxed.
Is there some new APIs that were introduced, or something changers re sandboxing rules that's it allowed now?
https://apps.apple.com/us/app/remmo-remote-mouse-keyboard/id1598906173
I'm have a similar app and I have to distribute it like Matt outside of the store, and I wonder if there was a change that can allow me in.
Best regards
I'm calling NSUbiquitousKeyValueStore.default.synchronize on app entering foreground like its suggested in https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore/1415989-synchronize, and its doing it async on another thread, then I'm trying to access an object via NSUbiquitousKeyValueStore.default.object:forKey: and the app gets stuck cause I'm doing it on main thread.
@eskimo
FB11037643
My solution is to get the bounds of the the self.superview.superview -> _UINavigationBarTitleControl, instead of relying on the bounds of the self.superview -> _UITAMICAdaptorView.
Same here... app id 629019487, iOS app have been stuck "In Review" for days.
When I contacted @AppReview - got a response "I can confirm that your app is in the "Ready for Sale" status on the App Store as of Sep 8, 2022.",
but that's macOS app, and not iOS app that was approved on Sep 8, 2022.
Any help would be appreciated @Andreas, as this update fixes a crash that really bugs my users.
Thanks. I hoped you would answer ;)
Just to make sure - not available for pre-login context, but lets say user is logged in, but locked the screen - should it be available then?
Hi
Thanks for your answer.
You said that after connection it's possible to know what device is connected - how? Except for non descriptive identifier (UUID - which also changes after some time) how I can tell what device is connected (name or event device type)?
And one more thing - after identifier changes, I have to pair both devices again. Is there a way to have persistent connection for already paired devices for days and have them reconnect without the need to pair them again and again?