The Tech Imposter Profile
The Tech Imposter

@techimpostr

Followers
2
Following
1
Media
19
Statuses
49

Everybody is winging it! Use our stories, tips and tricks to get ahead as a solopreneur #Flutter #NodeJS #Firebase #Windows #Webflow #Ghost

Joined August 2022
Don't wanna be here? Send us removal request.
@techimpostr
The Tech Imposter
2 years
There you have it!
Tweet media one
0
0
0
@techimpostr
The Tech Imposter
2 years
If not one of the most common causes is that you use Google analytics or a similar analytics package. For this you need to declare that you use an advertising ID and specify that you use it for analytics
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
Do a quick check to see if you use the permission in your Android manifest file.
1
0
0
@techimpostr
The Tech Imposter
2 years
🤳🏾 Google Play developer: Advertising ID. This release includes the permission but your declaration on Play Console says that your app doesn't use advertising ID. #Flutter.#Android.#AppDevelopment.
1
0
0
@techimpostr
The Tech Imposter
2 years
🖥️ Mac OS Terminal: Open @Xcode in current folder. We also always forget this command:. - Navigate to the folder you want to access in Xcode.- Type: xed . That's it. Xcode should open. #Flutter #Xcode #Swift #AppDevelopment.
0
0
0
@techimpostr
The Tech Imposter
2 years
This will give you an extension until 01 Nov 2023
Tweet media one
0
0
0
@techimpostr
The Tech Imposter
2 years
You will need to provide a reason needing the extension
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
If for some reason you are not able to sort this out just yet, you can request more time by scrolling down on the notification in the store and pressing the need more time button
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
So here is the error you will see in the Play store:. - App must target Android 13 (API level 33) or higher.- It is past 31 August 2023
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
🤳🏾 Google play developer: Target SDK API level 33 deadline. Good news! You can request more time.
1
0
0
@techimpostr
The Tech Imposter
2 years
🤳🏾Flutter: How to use custom icons in 2023. Fluttericon is still the best way to import and manage custom icons in Flutter. Here is how to get it done. - Create an SVG.- Import into Fluttericon.- Import into your Flutter project.- Profit. #Fluttericon #Flutter
0
0
0
@techimpostr
The Tech Imposter
2 years
Hope this helped. Follow us @techimpostr for more tips and tricks to help you become a better solopreneur. #StealOurTips #Solopreneur. Like/Retweet the first tweet below if this helped you:.
@techimpostr
The Tech Imposter
2 years
🖥️ Ever deleted your downloads folder shortcut from the Mac OS Dock?.We have. 🤣. Here is how to bring it back. #MacOs #Dock
Tweet media one
0
0
0
@techimpostr
The Tech Imposter
2 years
You can adjust how the downloads appear by tapping the new dock element with two fingers.
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
Here is how to restore the downloads folder to the dock:. - Open the "Finder" app.- Select "Go" from the top menu bar.- Select "Home".- Select the "Downloads folder" and drag it to the dock. Sorted 👍🏾. #MacOs #Dock.
1
0
0
@techimpostr
The Tech Imposter
2 years
🖥️ Ever deleted your downloads folder shortcut from the Mac OS Dock?.We have. 🤣. Here is how to bring it back. #MacOs #Dock
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
You can use this logic to trigger or cancel a build based on the presence or absence of any string in the commit message:. - if [[ $COMMIT_MSG != *"Prod"* ]].- if [[ $COMMIT_MSG = *"iOS"* ]].- if [[ $COMMIT_MSG != *"Tuesday"* ]].- if [[ $COMMIT_MSG != *"build"* ]]. And so on 🤣🔥.
0
0
0
@techimpostr
The Tech Imposter
2 years
📱 Codemagic: Flutter build management. If you need to run CICD for an app but want to be able to conditionally build for iOS or Android, you can trigger a flow using your commit message. Here's how to adjust your codemagic.yaml:. #Flutter #CICD #Codemagic
Tweet media one
1
0
1
@techimpostr
The Tech Imposter
2 years
4/ Installing the App Using PowerShell:. • Open PowerShell on Windows 11. • Use the below command, replacing necessary info. Add-AppxPackage -Path "C:Users{your_user}Downloadsyour-app-name.appxbundle". That's it!.
0
0
0
@techimpostr
The Tech Imposter
2 years
3/ Get the Install Package:. • You can use: for this.• Paste the URL into the search bar.• Pick your preferred version. • Right-click the "appx bundle" and "Save Link As.". This will download your package
Tweet media one
1
0
0
@techimpostr
The Tech Imposter
2 years
2/ Find an app to install:. • Search for the app on the web version of Microsoft Store.• Copy the URL (exclude any query parameters). • Hold onto this URL - you will need it just now. You can search the store without signing in, or even in an incognito browser tab
Tweet media one
1
0
0