简体   繁体   中英

Google Tag Manager Container not found ios swift

I am currently trying to include Google Tag Manager in my iOS application (using Xcode 8 and Swift 3) but XCode somehow cannot find the container. I followed the steps written in the official Google Document here .

The error I got was:

GoogleTagManager warning: Cannot find binary resource file 'GTM-xxxxJ'.

GoogleTagManager warning: Cannot find resource file 'GTM-xxxxJ.plist'.

GoogleTagManager warning: Cannot find resource file 'GTM-xxxxJ.json'.

GoogleTagManager error: No default container found; creating an empty container.

I have published the container and am running the new version of the it, yet seem to get the above error.

Fixed the problem by creating a new container and choosing "iOS(Legacy)" instead of "Firebase". As I am using Google Tag Manager to access Google Analytics, I had to actually use the "iOS(Legacy)" setting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM