Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoSMarques committed Oct 4, 2023
1 parent 3a7e340 commit 49dfa14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

* Removed deprecated methods:
* `setIOSSKAdNetworkMaxTime` method
* Facebook App Install Ads on iOS
* Removed Facebook App Install Ads on iOS

### Enhancement
* Updated compile & target SDK to Android API 33.
Expand Down
4 changes: 0 additions & 4 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,5 @@
android:name="io.branch.sdk.BranchKey.test"
android:value="key_test_ipQTteg11ENANDeCzSXgqdgfuycWoXYH" />
<meta-data android:name="io.branch.sdk.TestMode" android:value="false" />
<meta-data android:name="branch_enable_log"
android:value="true" />
<meta-data android:name="branch_enable_facebook_ads"
android:value="false" />
</application>
</manifest>
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void main() async {
FlutterBranchSdk.setRequestMetadata('key1', 'value1');
FlutterBranchSdk.setRequestMetadata('key2', 'value2');
*/
await FlutterBranchSdk.init();
await FlutterBranchSdk.init(useTestKey: true);
//await FlutterBranchSdk.requestTrackingAuthorization();
runApp(const MyApp());
}
Expand Down

1 comment on commit 49dfa14

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.