我在应用程序启动时得到了一个black test valentine screen。我使用的是以下库:
Google/SignIn
FBSDKLoginKit
FBSDKCoreKit
FBSDKShareKit
FBSDKMessengerShareKit
iOS-WebP
FLAnimatedImage
NMRangeSlider
LumberjackLauncher
GoogleAppIndexing
CSStickyHeaderFlowLayout
Fabric
Crashlytics
Google/Analytics
AdobeMobileSDK
MPCoachMarks
iCarousel
You Tube请告诉我这个问题是由于哪个库引起的
发布于 2016-05-25 20:42:54
此屏幕的出现是由于analytic SDK的adobe omniture库。在JSon配置文件中,会写入以下JSon urls:
"remotes":{ "analytics.poi":"https://assets.adobedtm.com/b213090c5204bf94318f4ef0539a38b487d10368/scripts/satellite-568f7b6764746d25a900cb96.json","messages":"https://assets.adobedtm.com/b213090c5204bf94318f4ef0539a38b487d10368/scripts/satellite-568f7b6564746d5bd3006fc0.json“}
作为对消息url的响应,我们在有效负载模块中获得了HTML文本。
只要删除这些URL即可。
https://stackoverflow.com/questions/37416211
复制相似问题