So the AccountID and Token works as long as I put it in the info.plist file, but not for other plist files. I need to put it in our Environment.plist file to configure CleverTap for different environments. Is there a way to do this? I have tried CleverTap.instance(with: ) and it still doesn't work.
CleverTap iOS SDK AccountID/Token not working
406 Views Asked by velairi At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in SDK
- Customizing tweet view using Fabric SDK
- Facebook iOS SDK 4 error info.plist
- Why my android application stopped when I run it in Emulator?
- android.support.v7.app.ActionBarActivity cannot be resolved
- Ionic cordova build
- Programmatic Access to Apple Watch Crown
- iOS using microsoft band build error
- Framework causing errors in Xcode after adding cocoapods
- Downgrade Android App Sdk
- How to utilise GStreamer plugins-good/bad/ugly in iOS SDK
- I don't know what exactly is wrong with my SDK and ADT Plugins
- How to configure Android SDK manager with socks?
- Errors after updating sdk with Eclipse
- Paypal in-context express checkout - modal windows incorrect
- share link on facebook,can not published.error "We are sorry.this post is no longer available, it may have been removed"
Related Questions in ANALYTICS
- Unity3d: How to Integrate Parse in Unity for iOs Builds?
- Google Analytics time delay in events report
- Talend Open Studio for Big Data
- Tracking pages as they are created
- Version Control for analytic projects
- Do I need to include all methods in setup tracking code piwik?
- how to share different urls via uiactivityviewcontroller?
- Adobe Analytics - Log/debug back-end traffic
- How do I view Custom Dimension reports in GA?
- How to find demographics (and other audience information) for a single page in Google Analytics?
- Redirection url in Adobe Analytics
- How many users visited two unique pages in one session?
- API request count on Analytics and Number of Record on Installation table
- Google Event Tracking Using jquery multiple events
- Tracking analytics on the submission of a form
Related Questions in CLEVERTAP
- Two different third party libraries use the same library with different versions
- Is it possible to integrate clevertap push notification with expo reactnative
- Creating user profile using google analytics
- React native Clevertap push notification integration
- POST request to Clevertap using GuzzleHttp
- Can I find Who or Which User uninstalled my app via clevertap.com?
- In-App Notifications Android
- Using clevertap-react-native npm package, iOS push notification not working
- How to send pushes with python using CleverTap API?
- Clever Tap Permissions
- "CleverTap" Can't see "Event Property" filter in Filter by event property in some events
- Duplicate symbols in cocoa-pods libraries when building for iOS
- CleverTap iOS SDK AccountID/Token not working
- FLUTTER WEB: How can we have a single codebase for the Flutter app & Web?
- After accepting clevertap web push notification confirmation I get browser based prompt confirmation (to allow or block the notifications) very late
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Clevertap framework will pick the AccountID & Token from target plist file.
If you want to make two different configurations i.e. one for test & another for production, Create another target for TEST. It will create one more plist. You can update your TEST AccountID & Token in this.
While building don't forget to select the proper target. Hoping this answers to your question.