Skip to content

Commit

Permalink
Remove Join button
Browse files Browse the repository at this point in the history
This is required for publication to the Apple App Store:
> - Your app's “Join” section includes a call-to-action and/or URL that directs users to external mechanisms for purchases or subscriptions to be used in the app.
  • Loading branch information
Jman012 committed Apr 17, 2022
1 parent a093892 commit 7fa98b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Wasserflug-tvOS/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ struct ContentView: View {

@State var isLoggingIn = false
@State var hasInitiallyLoaded = false
@State var showJoinAlert = false

enum Notifications {
static let loggedOut = Notification.Name("com.jamesnl.Wasserflug-tvOSApp.loggedOut")
Expand Down Expand Up @@ -86,12 +85,6 @@ struct ContentView: View {
}
.background(.ultraThinMaterial)
})
Button("Join", action: {
showJoinAlert = true
})
.alert("Join Floatplane", isPresented: $showJoinAlert, actions: { }, message: {
Text("In order to create an account on Floatplane, please visit https://www.floatplane.com/signup. After this has been completed, you may return here and login.")
})
}
}
} else {
Expand Down

0 comments on commit 7fa98b9

Please sign in to comment.