question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo Tracking Transparency is not discovering permissions module

See original GitHub issue

Summary

I want to use expo tracking transparency in existing project so i installed and configured unimodules in existing react native app. The app correctly builds and i can use Constants from unimodules for example.

After that i installed expo-app-tracking-transparency and when i try to requestPermission i get:

Error: Permissions module not found. Are you sure that Expo modules are properly linked?

Managed or bare workflow? If you have ios/ or android/ directories in your project, the answer is bare!

bare

What platform(s) does this occur on?

iOS

SDK Version (managed workflow only)

No response

Environment

Expo CLI 4.4.3 environment info: System: OS: macOS 11.2.3 Shell: 5.8 - /bin/zsh Binaries: Node: 14.15.4 - ~/.nvm/versions/node/v14.15.4/bin/node Yarn: 1.22.10 - ~/brew/bin/yarn npm: 7.11.2 - ~/.nvm/versions/node/v14.15.4/bin/npm Watchman: 4.9.0 - /Users/p3dev/brew/bin/watchman Managers: CocoaPods: 1.10.1 - /Users/p3dev/brew/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4 Android SDK: API Levels: 28, 29, 30 Build Tools: 28.0.3, 29.0.2, 30.0.0 System Images: android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom IDEs: Xcode: 12.5/12E262 - /usr/bin/xcodebuild npmPackages: react: 16.13.1 => 16.13.1 react-native: 0.63.4 => 0.63.4 npmGlobalPackages: expo-cli: 4.4.3 Expo Workflow: bare

Reproducible demo or steps to reproduce from a blank project

Not included

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cruzachcommented, Jul 14, 2021

try 1.0.0

0reactions
vladamxcommented, Jul 19, 2021

@cruzach Works!

“expo-tracking-transparency”: “1.0.0” and “react-native-unimodules”: “12.0.0” are compatible and they are building fine with older Xcode

Closing the issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

TrackingTransparency - Expo Documentation
A library for requesting permission to track the user or their device. Examples of data used for tracking include email address, device ID,...
Read more >
react native - Tracking Transparency alert not appearing
However I am not seeing the alert. This code works in their Snack example. Help is appreciated. react-native · expo.
Read more >
App Tracking Transparency permissi… - Apple Developer
I was having this exact issue. Go to Settings -> General -> Reset -> Reset all settings. Your phone will shut down so...
Read more >
expo-tracking-transparency - npm
An Expo library for requesting permission to track the users on devices using iOS 14.5 and higher.. Latest version: 3.0.1, last published: 2 ......
Read more >
Supporting iOS 14 | Firebase for Apple platforms - Google
With iOS 14.5, Apple requires developers to receive the user's permission through the App Tracking Transparency framework to track them or access their ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found