Hello,
I see in AppStore, 5K or 10K downloads in a single day.
Source Type is marked as Institutional Purchase and
Device is Desktop.
I know that Volume Purchasing is for: Apple Business Manager or Apple School Manager.
Is there any way to find out more details about this Volume Purchases? Who is this institution for example.
Post
Replies
Boosts
Views
Activity
Hi!
Just created a new empty project with just a AVSpeechSynthesizer var and when I try to play a tts string in app console I see:
Query for com.apple.MobileAsset.VoiceServices.VoiceResources failed: 2
Unable to list voice folder
[AXTTSCommon] MauiVocalizer: 11006 (Can't compile rule): regularExpression=\Oviedo(?=, (\x1b\pause=\d+\)?Florida)\b, message=unrecognized character follows , characterPosition=1
[AXTTSCommon] MauiVocalizer: 16038 (Resource load failed): component=ttt/re, uri=, contentType=application/x-vocalizer-rettt+text, lhError=88602000
Tested with Xcode Version 14.0.1 (14A400) on iPhone 14 Pro device ( iOS 16.0.3 ).
More, in case Address Sanitizer is active app crashes:
ERROR: AddressSanitizer: heap-buffer-overflow on address 0x000103e5ae75 at pc 0x000100ada758 bp 0x00016ff6e030 sp 0x00016ff6d7e8
READ of size 3062 at 0x000103e5ae75 thread T11
#0 0x100ada754 in wrap_strlen+0x164 (/private/var/containers/Bundle/Application/F72885E1-54FA-4FB9-B32E-320C8A8770A2/TestTTS.app/Frameworks/libclang_rt.asan_ios_dynamic.dylib:arm64e+0x16754)
#1 0x235339d78 in IsThisUrlOrRealPath+0x30 (/System/Library/PrivateFrameworks/TextToSpeechMauiSupport.framework/TextToSpeechMauiSupport:arm64e+0x2fd78)
#2 0x235775994 in ve_ttsResourceLoad+0x16c (/System/Library/PrivateFrameworks/TextToSpeechMauiSupport.framework/TextToSpeechMauiSupport:arm64e+0x46b994)
Hello,I have the following issue in CarPlay starting iOS 13.4 beta. The app that I’m working on it’s a navigation app with support for CarPlay.When I have a new maneuver, I create an object called CPManeuver. I set the maneuver instruction text, turn image and in some cases junction image. All works great in iOS 13.3.1 with Xcode 11.3.1.But in iOS 13.4 beta 5 with Xcode 11.4.beta 3, junction image does not appear in navigation panel. I try with different image sizes but no success.I try to set junctionImage on second maneuver. Same issue. Image is not presented in navigation panel.This is the API that I'm using:junctionImage is a @c UIImage used to display a junction for the maneuver.@note The maximum image size is 140 points by 100 points. If necessary, images will be scaled down to fit while maintaining the aspect ratio.*/@property (nullable, nonatomic, strong) UIImage *junctionImage;