Posts

Post not yet marked as solved
3 Replies
599 Views
Hi everybody,I have a problem with Advertising Tracking on Mac Catalina (10.15).I call these functions: - "[[ASIdentifierManager sharedManager] respondsToSelector:@selector(isAdvertisingTrackingEnabled)]" to check Ads Tracking enable or not. It always returns FALSE on Mac Catalina but working well on Mac Mojave (10.14). - "[[ASIdentifierManager sharedManager].advertisingIdentifier UUIDString]" to get Ads Identifier. It always returns "00000000-0000-0000-0000-000000000000" on Mac Catalina but return "23EEAB9 ......" on Mac Mojave (10.14).Could you please help me check this problem?Best Regards,
Posted
by VamSPK.
Last updated
.
Post not yet marked as solved
0 Replies
425 Views
Hello everybody,I'm a newbie with Mac OS and now I have a problem when trying to run my app on Mac Catalyst.The game will crash at this line "MTLRenderPipelineStateId renderPipelineStateId = [i_metalDevice newRenderPipelineStateWithDescriptor:pipelineStateDescriptor options:options reflection:o_reflection error:&error]".With error message like this "Compiler failed to build request. Target OS is incompatible".Please note that, the problem only occurs on Mac Mini 2012 (GPU Family1 v4): But it can run normal on Mac Mini 2018 (GPU Family2 v1). Could you please help me?Thank you very much
Posted
by VamSPK.
Last updated
.