jjzjj

advertising

全部标签

c# - 适用于 Windows 8 RTM 的 Microsoft Advertising SDK 导致访问被拒绝错误

注意这些事情:我有Windows8RTM。我有VisualStudio2012RTM。我有MicrosoftAdvertisingSDKRTM。我所做的就是:添加对它的引用。错误:System.UnauthorizedAccessExceptionAccessisdenied.(ExceptionfromHRESULT:0x80070005(E_ACCESSDENIED))atMicrosoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.WaitForCompletion(NestedCallContextnestedC

ios - CoreBluetooth,使用 CBAdvertisementDataServiceUUIDsKey : to advertise time of last update

我正在开发一款点对点共享信息的应用程序。两种设备同时充当中心和外围设备。当iOS设备A连接到iOS设备B时,它们交换信息,然后中心断开连接,并再次开始扫描。如果设备获取任何新信息,我想用反射(reflect)更新时间的新序列日期(和设备ID)更新CBAdvertisementDataServiceUUIDsKey中的第二个服务UUID。通过这种方式,其他iOS设备可以从广告中判断它们是否应该连接。更新广播的代码如下。它生成的UUID是有效的,但是一旦我修改了广告,我的中心就不再找到外围设备了。我知道广告已缓存,但我曾假设删除该服务并重新添加它,我可以解决这个问题。-(void)upda

android - iOS 和 Android Max BLE 通告和扫描字节

我一直在通过stackoverflow进行搜索;但是,我似乎发现了与此有关的各种相互矛盾的答案。给定Android5.1.1和iOS8.4.1,可以通过无连接BLE服务相互发送的最大字节数是多少。根据我的基本理解,它应该是BLE规范中的20个字节(实际上是23个字节);但是,我已经看到iOS能够推送512而android能够增加它的MTU的查询。此外,如果有可能在一个连接中发送超过20个字节,当它在没有直接连接的情况下接收数据包时,它们是否会在具有跨平台应用程序的iOS和android上的扫描仪上被正确识别? 最佳答案 根据Appl

ios - 警告 : The advertisement key 'Service Data' is not allowed

我正在开发BLE外设应用程序。根据要求,广告包必须包含服务数据字段。我在Android中做过,数据包应该是这样的:0x16是此处列出的服务数据字段https://www.bluetooth.com/specifications/assigned-numbers/generic-access-profile/同样的事情,我在iOS中进行。我使用BluetoothCore框架来实现蓝牙外设。下面是我应该用来设置服务数据字段值的属性:advertisementData[CBAdvertisementDataServiceDataKey]=但是我得到了一个警告:WARNING:Theadver

java - 无法在 android 中获取 Advertising ID Provider

我想为我的应用获取广告ID,但没有成功。importandroidx.ads.identifier.AdvertisingIdClient;importandroidx.ads.identifier.AdvertisingIdInfo;publicclassaddUtilsJavaextendsAsyncTask{staticStringTAG="addUtilsJava";privateStringgetIdThread(Contextcontext){AdvertisingIdInfoadInfo=null;try{adInfo=AdvertisingIdClient.getAdv

android - 如何修复 "Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement"

今天我收到了这封来自谷歌的邮件:Hidevelopersat...,Afterreview,appName,com.app.package,hasbeenremovedfromGooglePlayduetoapolicyviolation.Thisappwon’tbeavailabletousersuntilyousubmitacompliantupdate.Issue:ViolationofUsageofAndroidAdvertisingIDpolicyandsection4.8oftheDeveloperDistributionAgreementGooglePlayrequire

深入理解KAFKA_ADVERTISED_LISTENERS

一、直入主题,解释(1)第一句话=========KAFKA_LISTENERS:负责绑定网卡KAFKA_ADVERTISED_LISTENERS:负责发布外网地址,这个地址会发布到zookeeper中。(2)第二句话========内网部署的程序,读的地址是KAFKA_LISTENERS写的。外网部署的程序,读的地址是KAFKA_ADVERTISED_LISTENERSzookeeper中存的地址是KAFKA_ADVERTISED_LISTENERS配置的,多个kafka注册到zookeeper就是把这个地址放到zookeeper中。如果不能理解的,可以用客户端工具打开zookeeper,看

ios - 应用因广告标识符 (IDFA) 而被拒绝

我的申请因以下原因被拒绝:YouandYourApplications(andanythirdpartywithwhomyouhavecontractedtoserveadvertising)mayusetheAdvertisingIdentifier,andanyinformationobtainedthroughtheuseoftheAdvertisingIdentifier,onlyforthepurposeofservingadvertising.IfauserresetstheAdvertisingIdentifier,thenYouagreenottocombine,cor

iOS 应用因 Facebook SDK 中的 IDFA 而被拒绝

ReasonsProgramLicenseAgreementPLA3.3.12WefoundyourappusestheiOSAdvertisingIdentifierbutdoesnotincludeadfunctionality.ThisdoesnotcomplywiththetermsoftheiOSDeveloperProgramLicenseAgreement,asrequiredbytheAppStoreReviewGuidelines.Specifically,section3.3.12oftheiOSDeveloperProgramLicenseAgreementsta

ios - iBeacon iOS 10 : Can device scan for and receive advertisements from other peripheral devices?

这里是全新的。Tl;dr:一个iOS设备可以发布一个CB广告(CBAdvertisementDataServiceUUIDsKey和/或CBAdvertisementDataLocalNameKey),另一个iOS设备可以扫描它吗?我相信我的问题是基于iOS的更高版本中对CoreBluetooth和CoreLocation的弃用和更改而提出的。另外,目前,我仅指“前台”操作。根据我阅读和测试的内容,外围设备可以使用CL传输信标区域(唯一的邻近UUID、主要和次要(但值得注意的是没有“标识符”))。使用CB,外围设备还可以“通告”两个少量的额外数据中的任何一个:CBAdvertiseme